Cache images on browser

Fix #26851
This commit is contained in:
acsfer 2021-07-06 23:56:05 +02:00 committed by backportbot[bot]
parent 2054614358
commit 8c6ca5d835

View file

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