Re: ngx_brotli

2016-10-02 Thread CJ Ess
The clients will send an "Accept-Encoding" header which includes "br" as one of the accepted types, that will trigger the module if its configured. It has a set of directives similar to the gzip module, so you'll need to set those. I think I see brotli support most from Chrome on Android. On Th

Re: Parse response body and return status code/body based on it

2016-10-02 Thread Francis Daly
On Sat, Oct 01, 2016 at 07:08:44PM -0400, spacerobot wrote: Hi there, > I'm trying to achieve an mechanism that for requests to certain endpoints, > nginx makes a HTTP call to a certain server (mostly POST and DELETE), gets a > response back, parse the response code and body, and based on the res

Re: location query string?

2016-10-02 Thread Francis Daly
On Fri, Sep 30, 2016 at 04:27:49AM -0700, Grant wrote: Hi there, > > I'm not quite sure what the specific problem you are seeing is, from > > the previous mails. > > Might the problem be related to your upstream not cleanly > > closing the connections? > > It sure could be. Would this be a goo