nginx转发配置

Nginx配置proxy_pass转发的/路径问题

成都创新互联是一家专注于成都网站设计、成都做网站与策划设计,达孜网站建设哪家好?成都创新互联做网站,专注于网站建设十年,网设计领域的专业建站公司;建站业务涵盖:达孜等地区。达孜做网站价格咨询:028-86922220

在nginx中配置proxy_pass时,如果是按照^~匹配路径时,要注意proxy_pass后的url最后的/,当加上了/,相当于是绝对根路径,则nginx不会把location中匹配的路径部分代理走;如果没有/,则会把匹配的路径部分也给代理走。

location ^~ /static_js/ 

proxy_cache js_cache; 
proxy_set_header Host js.test.com; 
proxy_pass http://js.test.com/; 
}

如上面的配置,如果请求的url是http://servername/static_js/test.html
会被代理成http://js.test.com/test.html

而如果这么配置

location ^~ /static_js/ 

proxy_cache js_cache; 
proxy_set_header Host js.test.com; 
proxy_pass http://js.test.com; 
}

则会被代理到http://js.test.com/static_js/test.htm

当然,我们可以用如下的rewrite来实现/的功能

location ^~ /static_js/ 

proxy_cache js_cache; 
proxy_set_header Host js.test.com; 
rewrite /static_js/(.+)$ /$1 break; 
proxy_pass http://js.test.com; 


分享题目:nginx转发配置
标题来源:http://bzwzjz.com/article/gppogs.html

其他资讯

Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 响应式网站设计方案 手机网站制作 成都网站建设 app网站建设 营销网站建设 网站制作 成都定制网站建设 网站设计制作报价 成都网站建设 成都网站建设 企业网站制作 企业网站设计 成都网站制作 成都网站设计 企业网站建设 四川成都网站设计 成都网站建设推广 成都网站建设公司 成都网站设计 营销网站建设 定制网站建设多少钱 手机网站建设套餐