Before Fine Tune
This commit is contained in:
23
Caddyfile.prod-b
Normal file
23
Caddyfile.prod-b
Normal 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}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user