Cache images on browser

Fix #26851
pull/27863/head
acsfer 3 years ago committed by backportbot[bot]
parent 3257bca680
commit f1b906bd14

@ -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>

Loading…
Cancel
Save