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 --- apache2/sites-available/www.secure-example.com.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apache2/sites-available/www.secure-example.com.conf') diff --git a/apache2/sites-available/www.secure-example.com.conf b/apache2/sites-available/www.secure-example.com.conf index 7ddd913..cb6325d 100644 --- a/apache2/sites-available/www.secure-example.com.conf +++ b/apache2/sites-available/www.secure-example.com.conf @@ -23,7 +23,7 @@ ServerName www:443 ServerName *.www:443 - Include conf.d/local-ssl.conf + Include conf-available/local-ssl.conf RewriteEngine On RewriteRule / http://www.example.com/ [R] -- cgit v1.2.3