diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-10-11 21:13:07 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-10-11 21:13:07 +0200 |
commit | b43721e0c52c05b273cbf4cdcde1a54e5dc87c7e (patch) | |
tree | c69100d4df00b615a2bcb41d29d68960ddc0ce56 /moin/apache2/sites-available | |
parent | ba4e3d3b24bacc22a5e86e7b33df40775d77d7d4 (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 'moin/apache2/sites-available')
-rw-r--r-- | moin/apache2/sites-available/wiki.secure-example.com.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/moin/apache2/sites-available/wiki.secure-example.com.conf b/moin/apache2/sites-available/wiki.secure-example.com.conf index d369624..6fba40b 100644 --- a/moin/apache2/sites-available/wiki.secure-example.com.conf +++ b/moin/apache2/sites-available/wiki.secure-example.com.conf @@ -3,7 +3,7 @@ ServerAdmin webmaster@example.com DocumentRoot /usr/share/moin/htdocs - Include conf.d/local-ssl.conf + Include conf-available/local-ssl.conf <Location /> SetHandler uwsgi-handler @@ -18,7 +18,7 @@ ServerName wiki:443 ServerName *.wiki:443 - Include conf.d/local-ssl.conf + Include conf-available/local-ssl.conf RewriteEngine On RewriteRule / https://wiki.example.com/ [R] |