prevent repository leakage on the web

This commit is contained in:
Friendika 2010-11-09 13:59:22 -08:00
parent 098478e3a5
commit b4c7b6a77a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Options -Indexes
AddType application/x-java-archive .jar
<FilesMatch "\.out">
<FilesMatch "\.(out|log|git)$">
Deny from all
</FilesMatch>