We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a914918 commit f9c2e1bCopy full SHA for f9c2e1b
Caddyfile
@@ -5,7 +5,7 @@
5
6
localhost {
7
header {
8
- Cache-Control "no-cache, no-store, must-revalidate"
+ Cache-Control "public, max-age=31536000"
9
Cross-Origin-Embedder-Policy "require-corp"
10
Cross-Origin-Opener-Policy "unsafe-none"
11
Cross-Origin-Resource-Policy "same-site"
@@ -18,5 +18,5 @@ localhost {
18
}
19
try_files {path} /index.html
20
file_server
21
- encode gzip
+ encode gzip zstd
22
0 commit comments