summaryrefslogtreecommitdiff
path: root/apache2/sites-available/lists.secure-example.com.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache2/sites-available/lists.secure-example.com.conf')
-rw-r--r--apache2/sites-available/lists.secure-example.com.conf7
1 files changed, 2 insertions, 5 deletions
diff --git a/apache2/sites-available/lists.secure-example.com.conf b/apache2/sites-available/lists.secure-example.com.conf
index 1dc7bc9..8097b55 100644
--- a/apache2/sites-available/lists.secure-example.com.conf
+++ b/apache2/sites-available/lists.secure-example.com.conf
@@ -17,23 +17,20 @@
ServerName *.lists.example.com:443
Include conf.d/local-ssl.conf
- Include conf.d/local-log-origin.conf
RewriteEngine On
RewriteRule / https://lists.example.com/ [R]
# RewriteRule /(.*) https://lists.example.com/$1 [R]
- CustomLog ${APACHE_LOG_DIR}/redirect.log origin
+ CustomLog ${APACHE_LOG_DIR}/redirect.log combined
</VirtualHost>
<VirtualHost *:80>
ServerName lists.example.com
ServerAlias *.lists.example.com
- Include conf.d/local-log-origin.conf
-
RewriteEngine On
RewriteRule / https://lists.example.com/ [R]
# RewriteRule /(.*) https://lists.example.com/$1 [R]
- CustomLog ${APACHE_LOG_DIR}/redirect.log origin
+ CustomLog ${APACHE_LOG_DIR}/redirect.log vhost_combined
</VirtualHost>