Hello, I am getting error on my website. I checked error log in nginx and found this:
2020/09/10 09:53:36 [crit] 7217#0: *4638 connect() to unix:/tmp/php-cgi-71.sock failed (2: No such file or directory) while connecting to upstream, client: 117.234.101.15, server: example.com, request: "GET /tu/1009373030 HTTP/1.0", upstream: "fastcgi://unix:/tmp/php-cgi-71.sock:", host: "example.com"
2020/09/10 09:53:36 [crit] 7217#0: *4643 connect() to unix:/tmp/php-cgi-71.sock failed (2: No such file or directory) while connecting to upstream, client: 42.201.172.170, server: example.com, request: "GET /jd?id=12184950880 HTTP/1.0", upstream: "fastcgi://unix:/tmp/php-cgi-71.sock:", host: "example.com", referrer: "https://example.com/tu/12184950880"
I was using php 7.3 and getting error. then I switched to php 7.1 but still getting same kind of error.