diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/apache-vhost.conf.example | 2 | ||||
-rw-r--r-- | conf/httpd.conf-example | 2 | ||||
-rw-r--r-- | conf/nginx.conf.example | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/apache-vhost.conf.example b/conf/apache-vhost.conf.example index 97a34fe66..8f5e53dc9 100644 --- a/conf/apache-vhost.conf.example +++ b/conf/apache-vhost.conf.example @@ -1,6 +1,6 @@ # An example Apache virtualhost configuration file. # -# See our installation help at http://code.fixmystreet.com/ +# See our installation help at http://fixmystreet.org/ <VirtualHost *:80> ServerName fixmystreet.yourservername diff --git a/conf/httpd.conf-example b/conf/httpd.conf-example index ab17dcec3..d86517333 100644 --- a/conf/httpd.conf-example +++ b/conf/httpd.conf-example @@ -4,7 +4,7 @@ # example of such a virtualhost configuration file can be found in the # file apache-vhost.conf.example in this directory. # -# See our installation help at http://code.fixmystreet.com/ +# See our installation help at http://fixmystreet.org/ RewriteEngine on # RewriteLog /var/log/apache2/rewrite.log diff --git a/conf/nginx.conf.example b/conf/nginx.conf.example index 7b26afdbf..dce26e8f9 100644 --- a/conf/nginx.conf.example +++ b/conf/nginx.conf.example @@ -3,7 +3,7 @@ # An example sysvinit script to help with this is shown given in the file # sysvinit-catalyst-fastcgi.example in this directory. # -# See our installation help at http://code.fixmystreet.com/ +# See our installation help at http://fixmystreet.org/ server { |