|
版本: |
BeX5V3.5 |
小版本号: |
|
|
|
数据库: |
|
服务器操作系统: |
|
应用服务器: |
|
客户端操作系统: |
|
浏览器: |
|
|
|
使用nginx代理访问x5服务,nginx在服务器a,x5在服务器b nginx配置如下
location /huasu/{
proxy_pass [color=var(--common_blue1_color,#3296fa)]http://*******:8182/x5/;
proxy_set_header Host $proxy_host;
}
登录后访问后台 服务报错
Error: __justepServerErrorStart__{"message":"请求错误编码:404, 刷新数据失败! ","reason":"","code":"","stack":"","messages":[],"url":"http://****:7072/BusinessServer/business-action","param":
**** 是我们公网地址
BusinessServer服务 为什么地址变成了公网地址,不是实际部署的服务器地址,conf里的配置已配置好
|
|