Set test env files
All checks were successful
Backend Check Build (NixCN CMS) TeamCity build finished
Client CMS Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-29 11:48:54 +08:00
parent a0f6087d3e
commit 65f86a8156
3 changed files with 108 additions and 1 deletions

9
Caddyfile Normal file
View File

@@ -0,0 +1,9 @@
test.nix.org.cn {
handle_path /* {
reverse_proxy client-cms:3000
}
handle_path /api/* {
reverse_proxy backend:8000
}
}