Files
cms-server/deploy/Caddyfile
Noa Virellia 1a1f7ddaa9
All checks were successful
Client CMS Check Build (NixCN CMS) TeamCity build finished
Backend Check Build (NixCN CMS) TeamCity build finished
fix: outer Caddyfile
Signed-off-by: Noa Virellia <noa@requiem.garden>
2026-02-11 22:41:18 +08:00

10 lines
150 B
Caddyfile

test.nix.org.cn {
handle /app/api/* {
reverse_proxy backend:8000
}
handle /app/* {
reverse_proxy client-cms:3000
}
}