diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-03-31 04:59:30 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-03-31 04:59:30 -0400 |
| commit | 8ff9ee123a359f304598ee9e65517c23c04752a2 (patch) | |
| tree | e3c83a6026a37e280fdd2d8c3514731b39a7ad79 | |
| parent | 4bd9cd2c7006f017a6499d27880ca7172234d04a (diff) | |
increase favicon caching to 1 week
| -rw-r--r-- | static/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/.htaccess b/static/.htaccess index 09bfaa46..30943897 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -32,7 +32,7 @@ Header set Cache-Control "public, max-age=1800" </FilesMatch> <FilesMatch "\.(ico)$"> -Header set Cache-Control "public, max-age=86400" +Header set Cache-Control "public, max-age=604800" </FilesMatch> <FilesMatch "\.(css|js|png|svg|woff2)$"> |
