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.

Related questions

0 votes
asked Feb 3, 2020 in NGINX by Tate
0 votes
asked Dec 16, 2019 in NGINX by sharadyadav1986
...