aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 87feb31fd88..2a6a0cbfac6 100644
--- a/.htaccess
+++ b/.htaccess
@@ -39,7 +39,7 @@
</IfModule>
# Add cache control for static resources
- <FilesMatch "\.(css|js|svg|gif)$">
+ <FilesMatch "\.(css|js|svg|gif|png|jpg|ico)$">
Header set Cache-Control "max-age=15778463"
</FilesMatch>