summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-03-31 05:19:59 -0400
committerDaniel Micay <danielmicay@gmail.com>2020-03-31 05:19:59 -0400
commitc3d69c77ae12d7f65f8eb677d8dd64b97a6efae2 (patch)
treed96522fb755c5e00d81d92f9c15f8bfd1ab22f88
parent8ff9ee123a359f304598ee9e65517c23c04752a2 (diff)
increase webmanifest caching to 1 week
-rw-r--r--static/.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/.htaccess b/static/.htaccess
index 30943897..0d2be57c 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -27,11 +27,11 @@ usb 'none'; \
wake-lock 'none'; \
xr-spatial-tracking 'none'"
-<FilesMatch "\.(html|txt|webmanifest|xml)$">
+<FilesMatch "\.(html|txt|xml)$">
Header set Cache-Control "public, max-age=1800"
</FilesMatch>
-<FilesMatch "\.(ico)$">
+<FilesMatch "\.(ico|webmanifest)$">
Header set Cache-Control "public, max-age=604800"
</FilesMatch>