11778 adding gz files to the deny on htaccess

This commit is contained in:
rafael 2023-08-07 09:49:15 +02:00
parent d84f69d922
commit 7bb9ec4634
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# pandora disable log access
<Files ~ "\.log$">
<Files ~ "\.log$|\.gz$">
Order Allow,Deny
Deny from All
</Files>