On Sun, May 3, 2009 at 5:56 PM, Jim Ohlstein <jim.ohlstein@gmail.com> wrote:
> Correct me if I'm wrong, but you still have to put
>
> location ~ \.php$ {
> fastcgi_pass 127.0.0.1:9000;
>
> ...
> }
>
> for each server block where you want to configure php. Even if you are able
> to put the fastcgi_pass directive into fastcgi_params, something I haven't
> tried, you'd still need
yup. that's the only piece that i need to specifically put.