mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
10 lines
No EOL
155 B
ApacheConf
10 lines
No EOL
155 B
ApacheConf
# Apache 2.4
|
|
<IfModule mod_authz_core.c>
|
|
Require all denied
|
|
</IfModule>
|
|
|
|
# Apache 2.2
|
|
<IfModule mod_access.c>
|
|
Order deny,allow
|
|
Deny from all
|
|
</IfModule> |