服务器 nginx提示502bad gateway 今天给一个网站做了一个本地端口proxy_pass(反代),网站正常浏览,但是根目录的几个文件robots.txt,404.html出现了502 bad gateway。以为是/没加上,但是发现还是依然错误。 location / { proxy_pass http://127.0.0.1:8080; &nbs