From 22d039b11701c46422d97b550494a47730080d0b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 19 Oct 2020 21:46:32 +0200 Subject: fix use conf snippet local-tls (not local-ssl) --- moin/apache2/sites-available/wiki.secure-example.com.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'moin') 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 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] -- cgit v1.2.3