mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 18:29:40 +02:00
7 lines
No EOL
193 B
ApacheConf
7 lines
No EOL
193 B
ApacheConf
<IfModule mod_access.c>
|
|
Order deny,allow
|
|
Deny from all
|
|
<Files ~ "\.css$|\.js$|\.png$|\.gif$|\.jpg$|\.swf$|\.ttf$|\.json$|\.xml$|\.htc$|\.map$|\.woff$">
|
|
Allow from all
|
|
</Files>
|
|
</IfModule> |