dragon_fire/www/static/.htaccess
2023-10-19 21:54:37 +02:00

9 lines
No EOL
240 B
ApacheConf

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