diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-03-19 22:47:03 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-03-19 22:47:03 +0000 |
commit | de4da66515c1a064590a3ae5192b4ed53db73930 (patch) | |
tree | 3575b589ac3090ead4dbb7910425a14f7c830824 /conf | |
parent | 36f50c1e21ef26f0021036568254e70863bdb0cc (diff) |
Update code.fixmystreet.com references to fixmystreet.org.
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 { |