e585296d by xiaojie

新增宜昌连接器

1 parent 8cf7c9e3
...@@ -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 https://idaas.csbr.cn/api; # 门户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!