sandbox-agent/foundry/docker/frontend.Caddyfile
2026-03-12 18:08:02 -07:00

11 lines
179 B
Caddyfile

{
auto_https off
}
:{$PORT:80} {
root * /srv
encode gzip zstd
header /__foundry_runtime_config.js Cache-Control "no-store"
try_files {path} /index.html
file_server
}