great guide bigsite thank you but i just wonder what is this for?
# Upstream to abstract backend connection(s) for PHP.
upstream php {
server unix:/tmp/php-fpm.sock;
# server 127.0.0.1:9000;
i am using php-fpm but i have looked at /tmp/ folder and there is no php-fpm.sock in there.