aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-10-03 09:51:48 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-10-03 09:51:48 +0100
commit19aee029220f5f2c551d347aa95facf47236f035 (patch)
treea724e014b74456ebd984cbc6a4b3f2d90549786c
parentf17805f7ace043e93683b17b256326b3297589ff (diff)
Update conf files with pointer to code site.
-rw-r--r--conf/apache-vhost.conf.example6
-rw-r--r--conf/httpd.conf-example4
-rw-r--r--conf/nginx.conf.example6
3 files changed, 5 insertions, 11 deletions
diff --git a/conf/apache-vhost.conf.example b/conf/apache-vhost.conf.example
index de53a5b6c..97a34fe66 100644
--- a/conf/apache-vhost.conf.example
+++ b/conf/apache-vhost.conf.example
@@ -1,8 +1,6 @@
# An example Apache virtualhost configuration file.
-
-# Copyright (c) 2011 UK Citizens Online Democracy. All rights reserved.
-# Email: team@mysociety.org
-# WWW: http://www.mysociety.org
+#
+# See our installation help at http://code.fixmystreet.com/
<VirtualHost *:80>
ServerName fixmystreet.yourservername
diff --git a/conf/httpd.conf-example b/conf/httpd.conf-example
index 5d0fead38..ab17dcec3 100644
--- a/conf/httpd.conf-example
+++ b/conf/httpd.conf-example
@@ -4,9 +4,7 @@
# example of such a virtualhost configuration file can be found in the
# file apache-vhost.conf.example in this directory.
#
-# Copyright (c) 2011 UK Citizens Online Democracy. All rights reserved.
-# Email: team@mysociety.org
-# WWW: http://www.mysociety.org
+# See our installation help at http://code.fixmystreet.com/
RewriteEngine on
# RewriteLog /var/log/apache2/rewrite.log
diff --git a/conf/nginx.conf.example b/conf/nginx.conf.example
index 3742c1fdb..3c8c7bb69 100644
--- a/conf/nginx.conf.example
+++ b/conf/nginx.conf.example
@@ -2,10 +2,8 @@
# will also need to set up the FixMyStreet Catalyst FastCGI backend.
# An example sysvinit script to help with this is shown given in the file
# sysvinit-catalyst-fastcgi.example in this directory.
-
-# Copyright (c) 2011 UK Citizens Online Democracy. All rights reserved.
-# Email: team@mysociety.org
-# WWW: http://www.mysociety.org
+#
+# See our installation help at http://code.fixmystreet.com/
server {