3bc75464 by lihua

修改idaas代理

1 parent 028d237e
...@@ -35,7 +35,7 @@ server { ...@@ -35,7 +35,7 @@ server {
35 proxy_set_header X-Forwarded-Proto $scheme; 35 proxy_set_header X-Forwarded-Proto $scheme;
36 proxy_set_header X-Forwarded-Port $server_port; 36 proxy_set_header X-Forwarded-Port $server_port;
37 37
38 proxy_pass http://121.237.182.65:30390/; # 门户idaas http测试环境 38 proxy_pass http://10.0.0.13:30390/; # 门户idaas http测试环境
39 } 39 }
40 40
41 41
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!