fix(deploy): 避免验收入口端口冲突
将宁波跨节点验收私有入口从被 staging Docker 占用的 18088 调整为 18089,避免 NGINX reload 在切换前失败。同步更新真实文件任务验收脚本默认地址。已通过 node --check、bash -n、ShellCheck 和 git diff --check。
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user