9 lines
240 B
ApacheConf
9 lines
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>
|