aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing/manual_install.md
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-08-12 12:37:32 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-21 17:38:19 +0100
commit5ca41a24231c108148bf38995f519e320d17d923 (patch)
tree9726792334e3268c340855f4005c5c8a283012af /docs/installing/manual_install.md
parent1355fd9694f842a9029b114b026fba35620cc206 (diff)
Update httpd SSL example file paths
> Files in the vhost repo config directory with '-example' suffixes > are currently used as a prompt for our deployment system to find and > process a matching '.ugly' config file from our internal templates > path (and the deployment system errors if those '.ugly' files > don't exist). See fbc718b1b74ffc6d53d2381b7e628cac323dd4fc
Diffstat (limited to 'docs/installing/manual_install.md')
-rw-r--r--docs/installing/manual_install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md
index 8bc5ec1aa..5669f0160 100644
--- a/docs/installing/manual_install.md
+++ b/docs/installing/manual_install.md
@@ -676,13 +676,13 @@ Enable the SSL apache mod
Copy the SSL configuration – again changing `www.example.com` to your domain –
and enable the VirtualHost
- cp /var/www/alaveteli/config/httpd-ssl.conf-example \
+ cp /var/www/alaveteli/config/httpd-ssl.conf.example \
/etc/apache2/sites-available/alaveteli_https
a2ensite alaveteli_https
Force HTTPS requests from the HTTP VirtualHost
- cp /var/www/alaveteli/config/httpd-force-ssl.conf-example \
+ cp /var/www/alaveteli/config/httpd-force-ssl.conf.example \
/etc/apache2/vhost.d/alaveteli/force-ssl.conf
If you are testing Alaveteli or setting up an internal staging site, generate