In my apache configuration I have the following simple rewrite rule which
Flat and simple config without rewrite, can work in some cases:
location / { fastcgi_pass unix:/var/run/php5-fpm.sock; include fastcgi_params; fastcgi_param SCRIPT_FILENAME /home/webuser/site/index.php; }