11 lines
203 B
ApacheConf
11 lines
203 B
ApacheConf
Options -Indexes
|
|
|
|
<Files ~ "\.(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>
|