NGINX: connect() to unix:/var/run/php7.2-fpm.sock failed (2: No such file or directory)
first, as the log, your problem is… you dont have the sock! the sock (php7.2-fpm—-) is made when you start php. check the location to make the sock. go to /etc/php/7.2/fpm/pool.d/ -> www.conf you can see the listen = “something something” <– this is the location address. if it is not /var/run/php/php7.2-fpm.sock, replace it. run … Read more