Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracsfer <carlos@reendex.com>2021-07-07 00:56:05 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-07-07 20:16:25 +0300
commitf1b906bd141fdbe04d198ccd33aa63783a2208a7 (patch)
tree752b62af08f2a6693e3750eba3c19c2b15d7eb84 /.htaccess
parent3257bca680553f83bc632c5e7215967f62b50d8c (diff)
Cache images on browser
Fix #26851
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 87280cc9e01..f5df10cd2e4 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>