mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-07 16:56:43 +02:00
6 lines
118 B
ApacheConf
6 lines
118 B
ApacheConf
<IfModule authz_core_module>
|
|
Require all denied
|
|
</IfModule>
|
|
<IfModule !authz_core_module>
|
|
Deny from all
|
|
</IfModule>
|