Skip to content

Commit 11739ce

Browse files
authored
Merge pull request #27835 from nextcloud/htaccess-cache
Cache images on browser
2 parents db0bda0 + ac9465e commit 11739ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</IfModule>
4040

4141
# Add cache control for static resources
42-
<FilesMatch "\.(css|js|svg|gif)$">
42+
<FilesMatch "\.(css|js|svg|gif|png|jpg|ico)$">
4343
Header set Cache-Control "max-age=15778463"
4444
</FilesMatch>
4545

0 commit comments

Comments
 (0)