BangSo/infra/compose/Caddyfile.prod

20 lines
231 B
Caddyfile
Raw Permalink Normal View History

2026-09-01 16:51:19 +00:00
{$RAKAZO_HOST:app.example.com} {
encode zstd gzip
handle /health {
reverse_proxy api:3100
}
handle /api/* {
reverse_proxy api:3100
}
handle /rpc/* {
reverse_proxy api:3100
}
handle {
reverse_proxy web:5173
}
}