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
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
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