summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index bd9f5af3f70..5b864643565 100644
--- a/.htaccess
+++ b/.htaccess
@@ -20,8 +20,8 @@
SetEnv modHeadersAvailable true
</IfModule>
- # Add cache control for CSS and JS files
- <FilesMatch "\.(css|js)$">
+ # Add cache control for static resources
+ <FilesMatch "\.(css|js|woff|svg|gif)$">
Header set Cache-Control "max-age=7200, public"
</FilesMatch>
</IfModule>