重构部署方案 远程发版

This commit is contained in:
zk
2026-05-27 15:44:26 +08:00
parent 8b6d424b2f
commit 833533f780
4 changed files with 77 additions and 83 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ http {
# Java 后端 API 代理
location /api/ {
proxy_pass http://8.138.5.14:10202/api/;
proxy_pass http://172.17.0.1:10202/api/;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
@@ -54,7 +54,7 @@ http {
# Python AI 代理(去掉 /ai-api 前缀)
location /ai-api/ {
proxy_pass http://8.138.5.14:10502/;
proxy_pass http://172.17.0.1:10502/;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;