码迷,mamicode.com
首页 > 其他好文 > 详细

nginx 502错误

时间:2015-12-16 09:41:00      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:nginx

[root@yaho nginx]# curl localhost/i.php

<html>

<head><title>502 Bad Gateway</title></head>

<body bgcolor="white">

<center><h1>502 Bad Gateway</h1></center>

<hr><center>nginx/1.4.4</center>

</body>

</html>



原因:php-fpm.conf  里的 listen =/tmp/php-abc.sock和 nginx.conf里  fastcgi_pass unix:/tmp/php-abc.sock;不一致,修改一致解决问题.

nginx 502错误

标签:nginx

原文地址:http://752030200.blog.51cto.com/8936921/1723396

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!