dockerwiki/content/conf/.htaccess

9 lines
178 B
ApacheConf
Raw Permalink Normal View History

2021-10-26 13:02:53 +02:00
## no access to the conf directory
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>