проксирование настроено так:
location ~ \.php$ {
fastcgi_pass phpFCGICluster;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME
$document_root$fastcgi_script_name;
include fastcgi_params;
}
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,214162,214174#msg-214174