mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-25 19:58:41 +02:00
7 lines
95 B
ApacheConf
7 lines
95 B
ApacheConf
# pandora disable log access
|
|
|
|
<Files ~ "\.log$|\.gz$">
|
|
Order Allow,Deny
|
|
Deny from All
|
|
</Files>
|