I am following this tutorial, and have gotten thus far:
I have installed the following packages using apt-get install nginx php5-cli php5-cgi spawn-fcgi psmisc
. Despite installing PHP FastCGI, I do not have the following directory on my server for my fastcgi_pass
:
fastcgi_pass unix:/var/run/php-fastcgi/php-fastcgi.socket;
How can I fix this issue? Am I meant to make the fastcgi_pass
my server's IP address, or should it be as shown in the tutorial?