Boost Azure Demo
This commit is contained in:
13
Caddyfile.prod-a
Normal file
13
Caddyfile.prod-a
Normal file
@@ -0,0 +1,13 @@
|
||||
{$BASE_DOMAIN} {
|
||||
handle /health {
|
||||
respond "ok" 200
|
||||
}
|
||||
|
||||
handle_path /api/* {
|
||||
reverse_proxy {$BACKEND_UPSTREAM}
|
||||
}
|
||||
|
||||
handle {
|
||||
reverse_proxy {$FRONTEND_UPSTREAM}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user