Hi all. I have been having trouble figuring out how to run PHP scripts with lowendscript. I have no problems at all running Wordpress via 'bash setup-debian.sh wordpress site.example.org'.
Wordpress works fine and dandy on site.example.org just that if i put say, info.php at the root (example.org/info.php) it just displays the source without parsing the file.
I have tried including the line
include /etc/nginx/fastcgi_php;
in the server{} block of the file /etc/nginx/sites-enabled/default but that gives me the following error instead:
No input file specified.
It seems I'm not getting the nginx config right as site.example.org is able to run Wordpress flawlessly. Any tips to help me solve this? Many thanks.