知识
助手
最大化  清空记录  历史记录
   1166  
查询码: 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.3 -wcp