2020-06-08 10:48:48 +02:00

7 lines
89 B
ApacheConf

# pandora disable log access
<Files ~ "\.log$">
Order Allow,Deny
Deny from All
</Files>