summaryrefslogtreecommitdiff
path: root/apache2/sites-available/lists.secure-example.com.conf
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-10-19 21:46:32 +0200
committerJonas Smedegaard <dr@jones.dk>2020-10-19 21:46:32 +0200
commit22d039b11701c46422d97b550494a47730080d0b (patch)
tree488ea65a966278a0a5d5518b98f38ff2b931f5bf /apache2/sites-available/lists.secure-example.com.conf
parent6266a6ff0ddb65353b9c491da408bb5fc9b543f3 (diff)
fix use conf snippet local-tls (not local-ssl)
Diffstat (limited to 'apache2/sites-available/lists.secure-example.com.conf')
-rw-r--r--apache2/sites-available/lists.secure-example.com.conf4
1 files changed, 2 insertions, 2 deletions
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]