为了账号安全,请及时绑定邮箱和手机立即绑定

nginx 匹配首页怪异问题

nginx 匹配首页怪异问题

MM们 2019-04-08 11:17:57
upstreambackend{server192.168.0.100:80;server192.168.0.100:81;}server{listen80;server_namewww.abc.comabc.com;root/opt/wwwroot/abc.com/;location/{proxy_passhttps://backend;proxy_set_headerHost$host;proxy_set_headerX-Real-IP$remote_addr;proxy_set_headerX-Forwarded-For$proxy_add_x_forwarded_for;proxy_hide_headerX-Powered-By;}location=/{indexindex.htmlindex.htmindex.php;}}我想当用户访问www.abc.com/的时候不走proxy_pass.直接访问本地的/opt/wwwroot/abc.com/index.html页面,其余的请求都走proxy_pass搞了半天搞不定,有些怪异,求大神们帮忙看看。。
查看完整描述

2 回答

?
斯蒂芬大帝

TA贡献1827条经验 获得超8个赞

location=/{
rewrite//index.htmlbreak;
root/usr/share/nginx/html;
indexindex.html;
}
                            
查看完整回答
反对 回复 2019-04-08
  • 2 回答
  • 0 关注
  • 334 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信