欢迎来到李先生的博客

深山的鹿,不知归处;万般皆苦,只可自渡。
扩大
缩小

2017年11月7日

nginx里proxy_pass有无/的区别

摘要: nginx在反向代理的时候,proxy_pass需要指定路径,有无"/"的区别,如下: location /lile { 配置一: proxy_pass http://192.168.0.37/; 配置二: proxy_pass http://192.168.0.37; } 环境说明: 反向代理服务 阅读全文

posted @ 2017-11-07 20:20 Captain_Li 阅读(35085) 评论(0) 推荐(1) 编辑

导航