Re: NginxPlus error: zero size buf in output

2015-09-08 Thread Maxim Dounin
Hello! On Tue, Sep 08, 2015 at 12:14:19PM -0400, justink101 wrote: > Hello, saw this logged in the error log in our NginxPlus (nginx/1.7.11 > (nginx-plus-extras-r6-p1) load balancer. Any ideas? > > 2015/09/08 14:31:02 [alert] 2399#0: *452322 zero size buf in output t:0 r:0 > f:1

NginxPlus error: zero size buf in output

2015-09-08 Thread justink101
Hello, saw this logged in the error log in our NginxPlus (nginx/1.7.11 (nginx-plus-extras-r6-p1) load balancer. Any ideas? 2015/09/08 14:31:02 [alert] 2399#0: *452322 zero size buf in output t:0 r:0 f:1 - 02F51428 0-0 while sending request t

Re: Compiling nginx

2015-09-08 Thread Valentin V. Bartenev
On Tuesday 08 September 2015 17:19:55 B.R. wrote: > Hello, > > I noticed the documentation page about compiling nginx > is not up-to-date, making it > impossible to have a clear view about which modules are included by default > (ie with no --with-* or --w

Compiling nginx

2015-09-08 Thread B.R.
Hello, I noticed the documentation page about compiling nginx is not up-to-date, making it impossible to have a clear view about which modules are included by default (ie with no --with-* or --without-* options at configure time). One such example is the

Re: root and alias with php5-fpm

2015-09-08 Thread Kristofer Pettijohn
No - the last argument to try_files is different to the other arguments. If this last argument is used, you get an internal redirect to the url /grant/index.php?$args, and the appropriate location{} to handle that request is chosen from scratch. Which shows exactly what you see, which is not w

Re: Redirect from HTTP to HTTPS does not work

2015-09-08 Thread StSch
> Use "curl -i" to make the http request. See the response. > Use (for example) $host instead of $server_name. Thank you very much for your immediate response and sorry for my late reply. "curl -i" was very useful and using "$host" instead of "$server_name" indeed solved my problem. Thank you ver

Re: root and alias with php5-fpm

2015-09-08 Thread Francis Daly
On Mon, Sep 07, 2015 at 06:48:57PM -0500, Kristofer Pettijohn wrote: Hi there, > > I suggest using a named location for handling the "not there" fallback > > -- either as the final argument to try_files, or perhaps as "error_page > > 404 = @fallback". > > > > Then > > > > location @fallback {