aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-05-02 12:50:09 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-05-02 12:50:09 +0100
commita058b870b0ef168bf41d8cb0f32bc734bd1fd75a (patch)
tree7da8c4e77610b7376abd6bdaaf765dd02a5078de /conf
parent2b7bc36262090f8abe560f80629b13a359f282f0 (diff)
Update fixmystreet.org link to https.
Diffstat (limited to 'conf')
-rw-r--r--conf/apache-vhost.conf.example2
-rw-r--r--conf/general.yml-example4
-rw-r--r--conf/httpd.conf-example2
-rw-r--r--conf/nginx.conf.example2
4 files changed, 5 insertions, 5 deletions
diff --git a/conf/apache-vhost.conf.example b/conf/apache-vhost.conf.example
index b4a3e78f0..6541f3762 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://fixmystreet.org/
+# See our installation help at https://fixmystreet.org/
#
# Hopefully you can use either mod_fastcgi or mod_fcgid.
# Ubuntu has mod_fcgid by default, with mod_fastcgi in multiverse.
diff --git a/conf/general.yml-example b/conf/general.yml-example
index b9900dea2..9f1e2a01d 100644
--- a/conf/general.yml-example
+++ b/conf/general.yml-example
@@ -3,10 +3,10 @@
# contains various configuration parameters, in YAML syntax.
#
# For more information about this file, and general documentation on setting up
-# the FixMyStreet platform, please see http://fixmystreet.org/
+# the FixMyStreet platform, please see https://fixmystreet.org/
#
# Specific details about this file can be found at
-# http://fixmystreet.org/customising/config/
+# https://fixmystreet.org/customising/config/
#
# To start, you can copy this file to one called "general.yml" in the same
# directory. Or have multiple config files and use a symlink to change between
diff --git a/conf/httpd.conf-example b/conf/httpd.conf-example
index 55be895e8..f174a92ea 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://fixmystreet.org/
+# See our installation help at https://fixmystreet.org/
RewriteEngine on
# RewriteLog /var/log/apache2/rewrite.log
diff --git a/conf/nginx.conf.example b/conf/nginx.conf.example
index cc246d0db..29d06aee2 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://fixmystreet.org/
+# See our installation help at https://fixmystreet.org/
server {