Files
order_site/deploy/caddy/Caddyfile.dev
T
2026-04-08 22:21:11 +08:00

16 lines
228 B
Caddyfile

{$CADDY_SITE_ADDR:http://localhost} {
route {
handle /api/* {
reverse_proxy backend:3000
}
handle /health {
reverse_proxy backend:3000
}
handle {
reverse_proxy frontend:5173
}
}
}