添加主数据代码

This commit is contained in:
wangmingwei
2026-05-06 09:39:16 +08:00
parent 7f9e424a5c
commit a4558bfdf2
86 changed files with 29673 additions and 21070 deletions

View File

@@ -45,11 +45,11 @@ server {
# 主项目后端接口
location /api/ {
proxy_pass http://yunzhupaas-gateway-external.java-cloud-v510:30000;
proxy_pass http://yunzhupaas-gateway-external.java-cloud-v510:40001;
}
location /websocket {
proxy_pass http://yunzhupaas-gateway-external.java-cloud-v510:30000/api/message/websocket;
proxy_pass http://yunzhupaas-gateway-external.java-cloud-v510:40001/api/message/websocket;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";