慧眼识英雄1 发表于 2024-9-11 18:07:04

connect() failed (111: Connection refused) while connecting to upstream解决

有时候nginx运行很正常,但是会发现错误日志中依旧有报错connect() failed (111: Connection refused) while connecting to upstream.
一般情况下我们的upstream都是fastcgi://127.0.0.1:9000. 造成这个问题的原因大致有两个 php-fpm没有运行
执行如下命令查看是否启动了php-fpm,如果没有则启动你的php-fpm即可
页: [1]
查看完整版本: connect() failed (111: Connection refused) while connecting to upstream解决