Сделал,
location /n {
root /var/www/html;
include fastcgi.conf;
fastcgi_pass 127.0.0.1:11000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME
/var/www/html/test.php;
}
все равно выдает No input file specified. :(
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,104149,104214#msg-104214