Nginx-FastCGI-C++

TECK nginx-forum at nginx.us
Fri Dec 10 01:43:34 MSK 2010


You should use:
fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;

Or even better:
[code]location = /3.cgi {
	fastcgi_pass fastcgiends;
	include fastcgi.conf;
}[/code]

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,157079,157324#msg-157324




More information about the nginx mailing list