Files
yaak-mountain-loop/deploy/web/Caddyfile
T

9 lines
213 B
Caddyfile

:{$PORT}
root * /srv
encode gzip zstd
try_files {path} /index.html
file_server
@assets path /assets/*
header @assets Cache-Control "public, max-age=31536000, immutable"
header /index.html Cache-Control "no-cache"