开始多平台 多店铺整改
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{$APP_DOMAIN:localhost} {
|
||||
{$CADDY_SITE_ADDR:http://localhost} {
|
||||
route {
|
||||
handle /api/* {
|
||||
reverse_proxy backend:3000
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
{$CADDY_SITE_ADDR:http://localhost} {
|
||||
route {
|
||||
handle /api/* {
|
||||
reverse_proxy backend:3000
|
||||
}
|
||||
|
||||
handle /health {
|
||||
reverse_proxy backend:3000
|
||||
}
|
||||
|
||||
handle {
|
||||
reverse_proxy frontend:5173
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user