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

18 lines
182 B
Caddyfile

{
auto_https off
}
:80 {
handle /health {
respond "ok" 200
}
handle_path /api/* {
reverse_proxy {$BACKEND_UPSTREAM}
}
handle {
reverse_proxy {$FRONTEND_UPSTREAM}
}
}