:4321 { encode gzip # Hashed assets — immutable, cache forever @hashed path /_astro/* header @hashed Cache-Control "public, max-age=31536000, immutable" # OG images — content-hashed filenames aren't used, cache 1 day @og path /og/* header @og Cache-Control "public, max-age=86400" handle { root * /usr/share/caddy try_files {path} {path}/index.html file_server } }