liming (@zssshk) 在 各位技术大佬来看这个错误❌ 中发帖
[IMG_5340]
[IMG_5339]
第一张网站错误日志报错
connect() to unix:/tmp/php-cgi-74.sock failed (2: No such file or directory) while connecting to upstream, client:
第二张php7.4.33 日志
WARNING: [pool www] child 577530 exited on signal 6 (SIGABRT) after 412.065818 seconds from start
nginx配置文件里是我哪里配置不对嘛?
location ~ .php$
{
fastcgi_pass unix:/tmp/php-cgi-74.sock;
fastcgi_index index.php;
fastcgi_param SC...