添加主数据代码
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user