1. 今天配置nginx的proxy_pass 问题:

   在proxy_pass http://item/test; 后加入 / 和不加入是有区别的


加入 / 实例:

  http://item/index.html  #直接域名访问就可以得到index


不加入 / 实例:

   http://item/test   #自动加入 test 访问不到index