diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-10-19 21:46:32 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-10-19 21:46:32 +0200 |
commit | 22d039b11701c46422d97b550494a47730080d0b (patch) | |
tree | 488ea65a966278a0a5d5518b98f38ff2b931f5bf /moin/apache2 | |
parent | 6266a6ff0ddb65353b9c491da408bb5fc9b543f3 (diff) |
fix use conf snippet local-tls (not local-ssl)
Diffstat (limited to 'moin/apache2')
-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 6fba40b..d729422 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-available/local-ssl.conf + Include conf-available/local-tls.conf <Location /> SetHandler uwsgi-handler @@ -18,7 +18,7 @@ ServerName wiki:443 ServerName *.wiki:443 - Include conf-available/local-ssl.conf + Include conf-available/local-tls.conf RewriteEngine On RewriteRule / https://wiki.example.com/ [R] |