Files
landing/app.Caddyfile
2026-08-18 14:05:11 +07:00

12 lines
272 B
Caddyfile

:80 {
root * /srv/sites/{$SITE_DIR}
file_server
header X-Robots-Tag "index, follow, max-image-preview:large"
@assets path /assets/*
header @assets Cache-Control "public, max-age=31536000, immutable"
header /index.html Cache-Control "no-cache"
}