0 0

nginx的uptream后面名称问题0

upstream tomcats {
    server localhost:8080
}

....

...
   location / {
       proxy_pass http://tomcats
       ...
   }

用www.abc.com/sth/qwe.jsp访问
为什么有时浏览器被重定向到http://tomcats/sth/qwe.jsp
难道upstream后面的名字命名不能随便写吗?
2014年9月07日 16:23
目前还没有答案

相关推荐

Global site tag (gtag.js) - Google Analytics