fix: outer 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: Noa Virellia <noa@requiem.garden>
This commit is contained in:
2026-02-11 22:41:18 +08:00
parent 6ac2ce1197
commit 1a1f7ddaa9

View File

@@ -1,5 +1,5 @@
test.nix.org.cn { test.nix.org.cn {
handle /api/* { handle /app/api/* {
reverse_proxy backend:8000 reverse_proxy backend:8000
} }