diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-26 21:00:41 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-26 21:00:41 -0400 |
| commit | 1d1903457b735d057a9b14e2ad306143fca49e1e (patch) | |
| tree | 218d6aeb2ab55d4ad64aeed881a61f31c3951133 | |
| parent | 47ad382b5ef2020cc3f1bab09623925c3bdffee2 (diff) | |
extend caching to svg
| -rw-r--r-- | static/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/.htaccess b/static/.htaccess index 43d5bf40..35bf5b25 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -34,7 +34,7 @@ Header set Cache-Control "public, max-age=1800" Header set Cache-Control "public, max-age=86400" </FilesMatch> -<FilesMatch "\.(css|js|png|woff2)$"> +<FilesMatch "\.(css|js|png|svg|woff2)$"> Header set Cache-Control "public, max-age=31536000" </FilesMatch> |
