fix(deploy): 避免验收入口端口冲突

将宁波跨节点验收私有入口从被 staging Docker 占用的 18088 调整为 18089,避免 NGINX reload 在切换前失败。同步更新真实文件任务验收脚本默认地址。已通过 node --check、bash -n、ShellCheck 和 git diff --check。
This commit is contained in:
2026-07-29 02:02:42 +08:00
parent 7c142f5960
commit 74cf0ed5c8
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
# Private-only deterministic path used by the cross-node acceptance test.
server {
listen 10.77.0.1:18088;
listen 10.77.0.1:18089;
server_name _;
allow 10.77.0.0/24;