zunda_shiwake/deploy/Caddyfile-cache
2026-06-08 23:53:34 +09:00

9 lines
227 B
Text

# Adapt these directives inside the Caddy site block that serves this static app.
encode gzip zstd
@html path /index.html
header @html Cache-Control "no-cache"
@assets path *.js *.css
header @assets Cache-Control "no-cache"