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) --- apache2/sites-available/lists.secure-example.com.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apache2/sites-available/lists.secure-example.com.conf') diff --git a/apache2/sites-available/lists.secure-example.com.conf b/apache2/sites-available/lists.secure-example.com.conf index 23391ee..d9c17fa 100644 --- a/apache2/sites-available/lists.secure-example.com.conf +++ b/apache2/sites-available/lists.secure-example.com.conf @@ -4,7 +4,7 @@ ServerAdmin webmaster@example.com DocumentRoot /home/webmaster/public_websites/lists.example.com/ - Include conf-available/local-ssl.conf + Include conf-available/local-tls.conf Include conf.d/local-log-vhosts.conf Include conf.d/local-mailman.conf Include conf.d/local-mailman-root.conf @@ -16,7 +16,7 @@ ServerName www.lists.example.com:443 ServerName *.lists.example.com:443 - Include conf-available/local-ssl.conf + Include conf-available/local-tls.conf RewriteEngine On RewriteRule / https://lists.example.com/ [R] -- cgit v1.2.3