upstream tomcat2 { server 127.0.0.1:8086; } location / { proxy_pass http://tomcat2; #proxy_pass http://127.0.0.1:8086; 这种会导致js加载不到 }