adding cache control headers for css and js - fixes #11496
This commit is contained in:
parent
baffe5353f
commit
4b5c7d3d9d
1 changed files with 5 additions and 0 deletions
|
@ -38,3 +38,8 @@ Options -Indexes
|
||||||
<IfModule pagespeed_module>
|
<IfModule pagespeed_module>
|
||||||
ModPagespeed Off
|
ModPagespeed Off
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
<IfModule mod_headers.c>
|
||||||
|
<FilesMatch ".(css|js)$">
|
||||||
|
Header set Cache-Control "max-age=7200, public"
|
||||||
|
</FilesMatch>
|
||||||
|
</IfModule>
|
||||||
|
|
Loading…
Reference in a new issue