When I access index.php, it works fine. But on localhost/pset7, it gives a 403.
Here is the permission log,
-rw-r--r--. 1 root root 51 Jul 31 14:21 index.html
-rw-r--r--. 1 root root 51 Jul 31 14:15 index.php
drwxrwxr-x. 5 my_user my_user 4096 Jul 31 15:13 pset7
I need to run it on the webserver so please tell me how to set correct permissions and solve this issue.
Using LEMP on CentOS.
If you need any other information/logs, just ask.
Edit1, nginx config- http://pastebin.com/K3fcWgec
Thanks.