mirror of
https://github.com/SWG-Source/auth-site.git
synced 2026-09-11 21:45:17 -04:00
7 lines
142 B
ApacheConf
7 lines
142 B
ApacheConf
<IfModule !mod_authz_core.c>
|
|
Order deny,allow
|
|
Deny from all
|
|
</IfModule>
|
|
<IfModule mod_authz_core.c>
|
|
Require all denied
|
|
</IfModule> |