On Sun, Nov 24, 2013 at 03:51:21PM +0100, B.R. wrote:
> On Sun, Nov 24, 2013 at 3:43 PM, Francis Daly <[email protected]> wrote:
> > On Sun, Nov 24, 2013 at 07:54:56AM -0500, Ian Evans wrote:

Hi there,

> > > location ^~ /rather/ {
> > > fastcgi_intercept_errors on;
> > > fastcgi_pass 127.0.0.1:9000;
> > > fastcgi_param HTTPS on;
> >
> > Does it work if you remove that line? It looks unnecessary to me. And
> > it breaks your config.
> 
> Sorry to interrupt, but could you explain a little bit more about what
> breaks the config?

The upstream of fastcgi_pass usually requires a "fastcgi_param
SCRIPT_FILENAME" to be set.

Directive inheritance rules mean that this "fastcgi_param" directive is
the only one that applies in this location.

        f
-- 
Francis Daly        [email protected]

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to