mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
7 lines
139 B
ApacheConf
7 lines
139 B
ApacheConf
<IfModule mod_authz_host>
|
|
Require all denied
|
|
</IfModule>
|
|
<IfModule !mod_authz_host>
|
|
Order allow,deny
|
|
Deny from all
|
|
</IfModule>
|