dragon_fire/www/static/.htaccess

11 lines
250 B
ApacheConf
Raw Normal View History

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