commit | f7029f1e19593bce13b3ed4b5520a6b9e61c3651 | [log] [tgz] |
---|---|---|
author | 22301080 <22301080@bjtu.edu.cn> | Tue Jun 03 17:46:25 2025 +0800 |
committer | 22301080 <22301080@bjtu.edu.cn> | Tue Jun 03 17:46:25 2025 +0800 |
tree | 0315aec43f66cb4ecbf352c7f754a8f59250a7e8 | |
parent | 6af19da05e4b53cc31446cb464040d50e81f9ca6 [diff] [blame] |
请求路径 Change-Id: Ib2da6b44db719355bb55848a0f8e95cb39dec94d
diff --git a/nginx.conf b/nginx.conf index 4910242..d96b07b 100644 --- a/nginx.conf +++ b/nginx.conf
@@ -11,7 +11,7 @@ # 代理 /api/v1/ 到后端服务 location /api/v1/ { - proxy_pass http://127.0.0.1:8088; # 你的后端暴露位置 + proxy_pass http://team2.10813352.xyz:8088; # 你的后端暴露位置 proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade';