close
The Wayback Machine - https://web.archive.org/web/20210809204718/https://github.com/nextcloud/server/commit/ac9465e96debb32cd1ae9c9676b7a55ebfa65880
Skip to content
Permalink
Browse files
Cache images on browser
Fix #26851
  • Loading branch information
acsfer committed Jul 6, 2021
1 parent 9f04a7c commit ac9465e96debb32cd1ae9c9676b7a55ebfa65880
Showing with 1 addition and 1 deletion.
  1. +1 −1 .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>

0 comments on commit ac9465e

Please sign in to comment.