increase webmanifest caching to 1 week

This commit is contained in:
Daniel Micay 2020-03-31 05:19:59 -04:00
parent 8ff9ee123a
commit c3d69c77ae

View File

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