Сделал,
location /n {
include fastcgi_params;
fastcgi_pass 127.0.0.1:11000;
fastcgi_param SCRIPT_FILENAME
/var/www/html/test.php;
}
При попытке ввода localhost/n, localhost/n/test.php
ответ -
No input file specified.
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,104149,104257#msg-104257