Nginx 502 Bad Gateway

Posted 搁浅的龙

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nginx 502 Bad Gateway相关的知识,希望对你有一定的参考价值。

今天安装完php环境以后,出现这个问题,排查步骤如下:

  ps -ef|grep php-fpm

发现没有安装php-fpm

  然后直接安装php-fpm

yum -y install php-fpm

  安装完以后,把php-fpm设置启动列表

  chkconfig --add php-fpm

  chkconfig level 35 php-fpm on

  /etc/init.d/php-fpm start

然后再访问,就ok了!

  

以上是关于Nginx 502 Bad Gateway的主要内容,如果未能解决你的问题,请参考以下文章

nginx 502 Bad Gateway 错误解决办法

调试 502 Bad Gateway 错误 - Ubuntu、Nginx、Unicorn

服务器域返回 502 Bad Gateway - Nginx

Nginx 显示502 Bad Gateway错误

nginx 502 bad gateway

使用 flask_socketio + flask + gunicorn + nginx 获得 502 bad gateway 和 400 bad request