欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

nginx 代理 tomcat 502 bad gateway

程序员文章站 2022-05-09 14:35:20
...
nginx能收到80请求,但是无法转到tomcat:8080.

直接访问http://x.x.x.x:8080/project 可以访问

查看/var/log/nginx/error.log

2015/04/01 11:38:13 [crit] 2895#0: *10 connect() to 127.0.0.1:8080 failed (13: Permission denied) while connecting to upstream, client: 10.12.70.206, server: localhost:8080, request: "GET /bpp HTTP/1.1", upstream: "http://127.0.0.1:8080/app", host: "10.11.202.204"

解决方案:

http://*.com/questions/25235453/nginx-proxy-server-localhost-permission-denied

I was able to find a solution after 2 days of searching. Somehow SELinux was not permitting Nginx to proxy to my server. Running the command below fixed the issue.

-P permanent的意思 /usr/sbin/setsebool -P httpd_can_network_connect true

版权声明:本文为博主原创文章,未经博主允许不得转载。

以上就介绍了nginx 代理 tomcat 502 bad gateway,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

nginx 代理 tomcat 502 bad gateway

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。

相关文章

相关视频