|
|
@ -36,18 +36,9 @@ server { |
|
|
|
proxy_pass http://localhost:9999; |
|
|
|
proxy_pass http://localhost:9999; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
# 代理访问后端文件在线预览地址 |
|
|
|
|
|
|
|
location ^~/prod-preview/ { |
|
|
|
|
|
|
|
proxy_pass http://fileview.kanglailab.com; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 代理访问后端微服务报表地址,绕过https不能内嵌http |
|
|
|
# 代理访问后端微服务报表地址,绕过https不能内嵌http |
|
|
|
location ^~/ureport/ { |
|
|
|
location ^~/ureport/ { |
|
|
|
proxy_pass http://localhost:9999/report_proxy/ureport/; |
|
|
|
proxy_pass http://localhost:9999/report_proxy/ureport/; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
# 代理访问后端微服务大屏设计器地址(直接代理线上) |
|
|
|
|
|
|
|
location ^~/bigscreen/ { |
|
|
|
|
|
|
|
proxy_pass http://kicc.kanglailab.com:8085/; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|