Before Fine Tune

This commit is contained in:
MangoPig
2026-05-26 13:43:09 +01:00
parent 4f79137d89
commit f29aff25f5
35 changed files with 6953 additions and 142 deletions

23
Caddyfile.prod-b Normal file
View File

@@ -0,0 +1,23 @@
{$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}
}
}