NGINX w/ virtual hosts and FasstCGI

Don Burris lists at ruby-forum.com
Wed Aug 20 04:56:23 MSD 2008


{
>             root           html;
>             fastcgi_pass   127.0.0.1:9000;
>             fastcgi_index  index.php;
>             fastcgi_param  SCRIPT_FILENAME
> /usr/local/www/nginx$fastcgi_script_name;
>             include        fastcgi_params;


Nevermind, fixed it. I needed to move the fastcgi part in nginx.conf to
the first server. Stupid error.
-- 
Posted via http://www.ruby-forum.com/.





More information about the nginx mailing list