I got error log from website:
2024/11/30 18:11:00 [crit] 576#0: *3 connect() to unix:/tmp/php-cgi-82.sock failed (2: No such file or directory) while connecting to upstream, client: 103.189.201.183, server: www.site.com, request: "POST /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=12.6.8 HTTP/1.1", upstream: "fastcgi://unix:/tmp/php-cgi-82.sock:", host: "www.site.com", referrer: "https://www.site.com/"
so i do ssh to my server, and the file exist
~$ ls -l /tmp/php-cgi-82.sock
srw-rw-rw- 1 www www 0 Nov 30 18:11 /tmp/php-cgi-82.sock
when try to reload nginx it's filed, but the reload button on Panle execute without eny error:
~$ sudo nginx -t
nginx: the configuration file /www/server/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /www/server/nginx/conf/nginx.conf test is successful
~$ sudo systemctl reload nginx
Job for nginx.service failed.
See "systemctl status nginx.service" and "journalctl -xeu nginx.service" for details.
when i try to file manager /tmp/php-cgi-82.sock from panel, it's give me this:
aaPanel v7.0.12
Nginx v1.22.1
Php 8.2
Redis 7.2.4