0 votes
in NGINX by

Explain Does Nginx Support Compress The Request To The Upstream?

1 Answer

0 votes
by

You can compress the request to the upstream by using the Nginx module gunzip. The gunzip module is a filter that decompresses responses with “Content Encoding: gzip” for clients or servers that do not support “gzip” encoding method.

...