increase webmanifest caching to 1 week
This commit is contained in:
parent
8ff9ee123a
commit
c3d69c77ae
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user