summaryrefslogtreecommitdiff
path: root/apache2/sites-available/www.secure-example.com.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache2/sites-available/www.secure-example.com.conf')
-rw-r--r--apache2/sites-available/www.secure-example.com.conf7
1 files changed, 2 insertions, 5 deletions
diff --git a/apache2/sites-available/www.secure-example.com.conf b/apache2/sites-available/www.secure-example.com.conf
index 8aebebf..7ddd913 100644
--- a/apache2/sites-available/www.secure-example.com.conf
+++ b/apache2/sites-available/www.secure-example.com.conf
@@ -11,13 +11,11 @@
ServerName example.com
ServerAlias *.www.example.com
- Include conf.d/local-log-origin.conf
-
RewriteEngine On
RewriteRule / http://www.example.com/ [R]
# RewriteRule /(.*) http://www.example.com/$1 [R]
- CustomLog ${APACHE_LOG_DIR}/redirect.log origin
+ CustomLog ${APACHE_LOG_DIR}/redirect.log vhost_combined
</VirtualHost>
<VirtualHost *:443>
ServerName www.example.com:443
@@ -26,11 +24,10 @@
ServerName *.www:443
Include conf.d/local-ssl.conf
- Include conf.d/local-log-origin.conf
RewriteEngine On
RewriteRule / http://www.example.com/ [R]
# RewriteRule /(.*) http://www.example.com/$1 [R]
- CustomLog ${APACHE_LOG_DIR}/redirect.log origin
+ CustomLog ${APACHE_LOG_DIR}/redirect.log vhost_combined
</VirtualHost>