Files
cms-server/Caddyfile
Asai Neko 65f86a8156
All checks were successful
Backend Check Build (NixCN CMS) TeamCity build finished
Client CMS Check Build (NixCN CMS) TeamCity build finished
Set test env files
Signed-off-by: Asai Neko <sugar@sne.moe>
2026-01-29 11:48:54 +08:00

10 lines
152 B
Caddyfile

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