修改idaas代理
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment