|
|
@ -46,10 +46,9 @@ server { |
|
|
|
proxy_pass http://kicc-gateway:9999; |
|
|
|
proxy_pass http://kicc-gateway:9999; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
# 代理访问后端微服务表报地址 |
|
|
|
# 代理访问后端微服务表报地址,绕过https不能内嵌http |
|
|
|
location ^~/ureport/ { |
|
|
|
location ^~/ureport/ { |
|
|
|
rewrite ^/(.*)$ /$1 break; |
|
|
|
proxy_pass http://kicc-gateway:9999/report_proxy/ureport/; |
|
|
|
proxy_pass http://kicc-gateway:9999/report_proxy; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|