Re: Nginx reverse proxy gzip for json payload

2022-05-28 Thread blason
This is fine - I need a part from Nginx to client. And thanks for clarifying about nginx compressing the request which are only in responses. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,294276,294305#msg-294305 ___ nginx mailing list --

Re: Nginx reverse proxy gzip for json payload

2022-05-27 Thread Francis Daly
On Fri, May 27, 2022 at 05:31:10AM -0400, blason wrote: Hi there, note that you have the request from the client to nginx, the request from nginx to the upstream, the response from upstream to nginx, and the response from nginx to the client. "gzip" and friends deal with the response from nginx

Re: Nginx reverse proxy gzip for json payload

2022-05-27 Thread blason
Thanks for the reply. Let me try doing that. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,294276,294293#msg-294293 ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Nginx reverse proxy gzip for json payload

2022-05-26 Thread Sergey A. Osokin
Hi, On Wed, May 25, 2022 at 01:43:07PM -0400, blason wrote: > Hi Team, > > I currently have IIS server and I am planning to put reverse proxy server in > front of that IIS server. Since this IIS server carries a huge request in > every request that is around 40-50 Mb of data is being uploaded at

Nginx reverse proxy gzip for json payload

2022-05-25 Thread blason
Hi Team, I currently have IIS server and I am planning to put reverse proxy server in front of that IIS server. Since this IIS server carries a huge request in every request that is around 40-50 Mb of data is being uploaded at every transaction I need to enable gzip on for the server. However I