Merge pull request #27863 from nextcloud/backport/27835/stable20

[stable20] Cache images on browser
This commit is contained in:
szaimen 2021-07-11 18:48:39 +02:00 committed by GitHub
commit d5fc733a58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>