11 lines
206 B
ApacheConf
11 lines
206 B
ApacheConf
Options -Indexes
|
|
|
|
<Files ~ "\.(db|ini|sql|log|class\.php)$">
|
|
Order Allow,Deny
|
|
Deny from All
|
|
</Files>
|
|
|
|
<Files ~ "^(\.|Dockerfile|docker-compose\.yml|README\.md)">
|
|
Order Allow,Deny
|
|
Deny from All
|
|
</Files>
|