Hello!

On Thu, Oct 10, 2019 at 05:12:40PM +0300, Dmitry Vereschaka wrote:

> Does nginx support compression of proxied upstream requests (not
> responses)?

No.

> I have configuration below and what I see is that responses are sent

Just a side note: you probably mean "requests" here.

> uncompressed to upstream server (and I'm getting compressed responses from
> upstream, as upstream is also nginx with gzip compression enabled).

Quoting documentation of the gzip directive 
(http://nginx.org/r/gzip):

: Enables or disables gzipping of responses.

Similar wording can be found in the module description above.  
It's about responses, not requests.

[...]

-- 
Maxim Dounin
http://mdounin.ru/
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to