From b43721e0c52c05b273cbf4cdcde1a54e5dc87c7e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 11 Oct 2020 21:13:07 +0200 Subject: have apache2 example vhost snippets include snippet local-ssl from conf-available, and drop obsolete snippet conf.d/local-ssl.conf --- 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 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 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] -- cgit v1.2.3