Skip to content
Snippets Groups Projects
Commit 4b5c7d3d authored by Thomas Müller's avatar Thomas Müller
Browse files

adding cache control headers for css and js - fixes #11496

parent baffe535
Branches
No related tags found
No related merge requests found
......@@ -38,3 +38,8 @@ Options -Indexes
<IfModule pagespeed_module>
ModPagespeed Off
</IfModule>
<IfModule mod_headers.c>
<FilesMatch ".(css|js)$">
Header set Cache-Control "max-age=7200, public"
</FilesMatch>
</IfModule>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment