I'm studying nginx and it seems to be faster than good apache. My doubt is. I have nginx already installed and running (with the welcome msg). I created an index.php page and automatically the server gives me a 403 return, if I create a page index.html the text file is interpreted. If I create a test / index.php directory the directory is recognized but the php file does not.
Sorry for the question but after searching a few hours I could not really understand what happens, it seems that the server does not read php files. I use ubuntu and installed:
sudo apt-get install nginx php5-fpm
sudo apt-get install php5-cli php5-curl php5-xdebug php5-intl php-pear
I followed this tutorial: link
If anyone can help me, it will be a great help. Abs
My default file