We don't want anymore a 301 redirect for 403 errors, it's too confusing

This commit is contained in:
Gregory Colpart 2017-07-19 10:21:37 +02:00
parent 6e329d2820
commit 86e1e057a8

View file

@ -45,7 +45,7 @@
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
</Directory>
ErrorDocument 403 {{ apache_default_redirect_url }}
#ErrorDocument 403 {{ apache_default_redirect_url }}
CustomLog /var/log/apache2/access.log vhost_combined
ErrorLog /var/log/apache2/error.log