debugging ssl and php-fpm

Francis Daly francis at daoine.org
Sun Nov 24 16:09:52 UTC 2013


On Sun, Nov 24, 2013 at 03:51:21PM +0100, B.R. wrote:
> On Sun, Nov 24, 2013 at 3:43 PM, Francis Daly <francis at daoine.org> 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        francis at daoine.org



More information about the nginx mailing list