8 lines
196 B
ApacheConf
8 lines
196 B
ApacheConf
<FilesMatch ".(js|css|txt)$">
|
|
Header set Cache-Control "max-age=604800"
|
|
</FilesMatch>
|
|
|
|
<FilesMatch ".(svg|flv|swf|ico|gif|jpg|jpeg|png)$">
|
|
Header set Cache-Control "max-age=2592000"
|
|
</FilesMatch>
|