Przeglądaj źródła

Cache images on browser

Fix #26851
tags/v23.0.0beta1
acsfer 2 lat temu
rodzic
commit
ac9465e96d
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      .htaccess

+ 1
- 1
.htaccess Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz