Игорь,
location /n {
root /var/www/html;
include fastcgi.conf;
fastcgi_pass 127.0.0.1:11000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME
/home/public_html/test.php;
}
No input file specified.
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,104149,104228#msg-104228