mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
10 lines
No EOL
157 B
ApacheConf
10 lines
No EOL
157 B
ApacheConf
# Apache 2.4
|
|
<IfModule mod_authz_core.c>
|
|
Require all granted
|
|
</IfModule>
|
|
|
|
# Apache 2.2
|
|
<IfModule mod_access.c>
|
|
Order deny,allow
|
|
Allow from all
|
|
</IfModule> |