Files
BoostAI/Caddyfile.prod-a
2026-05-26 13:43:09 +01:00

18 lines
231 B
Caddyfile

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