|
|
|
@ -66,11 +66,6 @@ server {
@@ -66,11 +66,6 @@ server {
|
|
|
|
|
proxy_pass http://localhost:9999; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
# 代理访问后端文件在线预览地址 |
|
|
|
|
location ^~/prod-preview/ { |
|
|
|
|
proxy_pass http://fileview.kanglailab.com; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
# 代理访问后端微服务报表地址,绕过https不能内嵌http |
|
|
|
|
location ^~/ureport/ { |
|
|
|
|
proxy_pass http://localhost:9999/report_proxy/ureport/; |
|
|
|
|