summaryrefslogtreecommitdiff
path: root/moin/apache2/sites-available/wiki.secure-example.com.conf
diff options
context:
space:
mode:
Diffstat (limited to 'moin/apache2/sites-available/wiki.secure-example.com.conf')
-rw-r--r--moin/apache2/sites-available/wiki.secure-example.com.conf4
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]