我已经关注本教程用于 nginx 的基本安装。
我总是收到网关错误,当我查看日志时我看到:
[错误] 3226#0: *1 connect() 失败(111:连接被拒绝)连接到上游客户端时
这是我的 nginx.conf 和我的 sites-available/defaults 的内容
我也看到这个错误:
0.0.0.0:80 上的冲突服务器名称“explorable.com”,已被忽略
我正在使用 Ubuntu 12.04,PHP5-FPM
谢谢你!
答案1
使用例如 检查 php-fpm 是否确实正在运行ps aux | grep php
。你可以使用 启动和停止 php-fpm /etc/init.d/php-fpm start|stop|restart
。