{
> 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/.