Files
BoostAI/Caddyfile.prod-a
2026-05-25 17:05:06 +01:00

14 lines
172 B
Caddyfile

{$BASE_DOMAIN} {
handle /health {
respond "ok" 200
}
handle_path /api/* {
reverse_proxy {$BACKEND_UPSTREAM}
}
handle {
reverse_proxy {$FRONTEND_UPSTREAM}
}
}