summaryrefslogtreecommitdiff
path: root/apache2/sites-available/php.example.com.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache2/sites-available/php.example.com.conf')
-rw-r--r--apache2/sites-available/php.example.com.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/apache2/sites-available/php.example.com.conf b/apache2/sites-available/php.example.com.conf
index 259d5f1..6998129 100644
--- a/apache2/sites-available/php.example.com.conf
+++ b/apache2/sites-available/php.example.com.conf
@@ -17,10 +17,7 @@
ServerName www.php.example.com
ServerAlias *.php.example.com
- Include conf.d/local-log-origin.conf
-
RedirectMatch permanent .* http://php.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>