Fix: try to fix AH01630

This commit is contained in:
Bertrand Benjamin 2020-09-23 18:11:57 +02:00
parent ce20b189f6
commit 836d079a0a
1 changed files with 1 additions and 8 deletions

View File

@ -5,13 +5,6 @@
<Directory /home/*/public_html>
AllowOverride All
Options MultiViews Indexes SymLinksIfOwnerMatch
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS>
Order deny,allow
Deny from all
</LimitExcept>
Require all granted
</Directory>
</IfModule>