summaryrefslogtreecommitdiff
path: root/apache2/sites-available/www.secure-example.com.conf
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-10-11 21:13:07 +0200
committerJonas Smedegaard <dr@jones.dk>2020-10-11 21:13:07 +0200
commitb43721e0c52c05b273cbf4cdcde1a54e5dc87c7e (patch)
treec69100d4df00b615a2bcb41d29d68960ddc0ce56 /apache2/sites-available/www.secure-example.com.conf
parentba4e3d3b24bacc22a5e86e7b33df40775d77d7d4 (diff)
have apache2 example vhost snippets include snippet local-ssl from conf-available, and drop obsolete snippet conf.d/local-ssl.conf
Diffstat (limited to 'apache2/sites-available/www.secure-example.com.conf')
-rw-r--r--apache2/sites-available/www.secure-example.com.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/apache2/sites-available/www.secure-example.com.conf b/apache2/sites-available/www.secure-example.com.conf
index 7ddd913..cb6325d 100644
--- a/apache2/sites-available/www.secure-example.com.conf
+++ b/apache2/sites-available/www.secure-example.com.conf
@@ -23,7 +23,7 @@
ServerName www:443
ServerName *.www:443
- Include conf.d/local-ssl.conf
+ Include conf-available/local-ssl.conf
RewriteEngine On
RewriteRule / http://www.example.com/ [R]