Files
BoostAI/Caddyfile
MangoPig 0fdec18a15 Initial
2026-05-10 16:47:34 +01:00

13 lines
119 B
Caddyfile

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