aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess3
1 files changed, 1 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index 090ae6637..6cb3a0749 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,8 +2,7 @@ Options -Indexes
AddType application/x-java-archive .jar
AddType audio/ogg .oga
-# don't allow any web access to logfiles, even after rotation/compression
-<FilesMatch "\.(out|log|gz)$">
+<FilesMatch "\.(out|log)$">
Deny from all
</FilesMatch>