summaryrefslogtreecommitdiff
path: root/apache2/sites-available/django.secure-example.com.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache2/sites-available/django.secure-example.com.conf')
-rw-r--r--apache2/sites-available/django.secure-example.com.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/apache2/sites-available/django.secure-example.com.conf b/apache2/sites-available/django.secure-example.com.conf
index 5424420..e9200d9 100644
--- a/apache2/sites-available/django.secure-example.com.conf
+++ b/apache2/sites-available/django.secure-example.com.conf
@@ -18,10 +18,7 @@
ServerName django.example.com
ServerAlias *.django.example.com
- Include conf.d/local-log-origin.conf
-
RedirectMatch permanent .* https://django.example.com/
- ErrorLog ${APACHE_LOG_DIR}/django.example.com-error.log
- CustomLog ${APACHE_LOG_DIR}/django.example.com-access.log origin
+ CustomLog ${APACHE_LOG_DIR}/redirect.log vhost_combined
</VirtualHost>