dragon_fire/www/static/.htaccess
2024-02-12 23:07:58 +01:00

11 lines
No EOL
250 B
ApacheConf

Allow from all
Options +Indexes
<filesMatch ".(flv|gif|ico|jpg|jpeg|mp4|mpeg|png|svg|swf|webp)$">
Header set Cache-Control "max-age=60, public"
</filesMatch>
<filesMatch ".(js)$">
Header set Cache-Control "max-age=60, public"
</filesMatch>