From 5ca41a24231c108148bf38995f519e320d17d923 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Tue, 12 Aug 2014 12:37:32 +0100 Subject: 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 --- docs/installing/manual_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/installing/manual_install.md') 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 -- cgit v1.2.3