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

24 lines
313 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}
}
}
boost.finetune.moku.build {
handle {
reverse_proxy {$FINE_TUNE_UPSTREAM}
}
}