I have setup an nginx server with php5-fpm. When I try to load the site I get a blank page with no errors. Html pages are served fine but not php. I tried turning on disp
Add this in /etc/nginx/conf.d/default.conf:
/etc/nginx/conf.d/default.conf
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_script_name;