Modify deploy/Caddyfile
All checks were successful
Client CMS Check Build (NixCN CMS) TeamCity build finished
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-02-11 22:23:33 +08:00
parent 73ca60e1ce
commit 3c5e365e1a

View File

@@ -3,7 +3,7 @@ test.nix.org.cn {
reverse_proxy backend:8000
}
handle {
handle /app/* {
reverse_proxy client-cms:3000
}
}