今天配置nginx的proxy_pass 問題:html
在proxy_pass http://item/test; 後加入 / 和不加入是有區別的nginx
加入 / 實例:ide
http://item/index.html #直接域名訪問就能夠獲得indexhtm
不加入 / 實例:ci
http://item/test #自動加入 test 訪問不到indexget