Files
dev-chiefworks f76abffdcd first commit
2022-05-31 16:21:53 -04:00

6 lines
117 B
ApacheConf

<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>