尝试配置反向代理无法正常路由到资源时可使用如下配置文件进行资源路由配置
ROOT\WEB-INF\classes\config\nginx.properties
request.able=false request.scheme=http request.host=127.0.0.1 request.port=8080 request.path=/wcpplus request.replace.url=http://127.0.0.1:8080/wcpplus/ localhost.request.able=false
request.able是否启用路由配置 true为启用,false为禁用
request.scheme 协议如https,NONE表示禁用
request.host 路由域名或ip,NONE表示禁用
request.port 路由端口如443,NONE表示禁用
request.path 路由项目路径 如/wcp ,NONE表示禁用
request.replace.url 配置tomcat真实获取到的资源根路径,一定要配置正确,格式为协议/hots/端口/资源路径 如http://127.0.0.1:8080/wcp/或http://127.0.0.1:8080/ ,NONE表示禁用
所有参数前均可加如域名或ip表示从该地址来源的对应的参数配置,如 localhost.request.able=false 表示从localhost来源的请求不启用如上配置参数
通过如下地址可以查看nginx的调试信息
wcp根地址+/nginx.jsp
request.able=false request.scheme=NONE request.host=NONE request.port=NONE request.path=NONE www.wcpdoc.com.request.able=true www.wcpdoc.com.request.scheme=https www.wcpdoc.com.request.host=NONE www.wcpdoc.com.request.port=443 www.wcpdoc.com.request.path=NONE
request.able=false request.scheme=NONE request.host=NONE request.port=NONE request.path=NONE km.noma.com.request.able=true km.noma.com.request.port=443 km.noma.com.request.scheme=https
备注 | 修改日期 | 修改人 | |
内容更新 | 2024-05-17 10:02:34[当前版本] | 系统管理员1 | |
内容更新 | 2024-05-17 09:59:27 | 系统管理员1 | |
内容更新 | 2023-11-24 18:35:44 | 系统管理员1 | |
内容更新 | 2023-11-24 18:28:34 | 系统管理员1 | |