1310  
查询码: 00000142
wcp通过nginx反向代理到目录
作者: 系统管理员 于 2021年07月02日 发布在分类 / 配置安装 / nginx ,于 2022年02月08日 编辑


location ^~ /wcp/{
proxy_pass http://127.0.0.1:8035/wcp/;
proxy_set_header Host $host:$server_port;
proxy_set_header X-Real-IP $remote_addr;
}
location ^~ /ekca/{
proxy_pass http://127.0.0.1:8035/ekca/;
proxy_set_header Host $host:$server_port;
proxy_set_header X-Real-IP $remote_addr;
}
location ^~ /wdap/{
proxy_pass http://127.0.0.1:8035/wdap/;
proxy_set_header Host $host:$server_port;
proxy_set_header X-Real-IP $remote_addr;
}
0人参与


 历史版本

备注 修改日期 修改人
格式调整 2022-02-08 16:56:26[当前版本] 系统管理员
创建版本 2021-07-02 16:34:08 系统管理员

wcp知识库系统-京ICP备15024440号-1 -V 5.1.9 -wcp