;
> fastcgi_busy_buffers_size 256k;
> fastcgi_temp_file_write_size 256k;
> fastcgi_intercept_errorson;
>
>
> On Thu, 2013-06-20 at 22:50 -0400, Schiz0 wrote:
> > I don't know why, but it is simply not working for me. I tried
>
see if that did anything.
May I ask to see your fastcgi_params file?
On Thu, Jun 20, 2013 at 10:41 PM, Steve Holdoway wrote:
> On Thu, 2013-06-20 at 22:31 -0400, Schiz0 wrote:
> > Hello list,
> >
> >
> > I use php-fpm via fastcgi to handle my PHP scripts. I have that
&
Hello list,
I use php-fpm via fastcgi to handle my PHP scripts. I have that working
successfully. PHP-FPM has a feature where it displays a status page, as
mentioned here:
http://php.net/manual/en/install.fpm.configuration.php#pm.status-path
I'd like to be able to access this through nginx. I tri