Answer the question
In order to leave comments, you need to log in
Nginx as a gzip proxy?
How to configure Nginx for the following task:
I have a server that can only accept non-gzip responses. There is a remote resource with which it is necessary to communicate and use gzip traffic (compression is supported by a remote resource). From the application, I make a request to the local address of Nginx, which, in turn, makes a request to the remote server, receives a response, decompresses it and gives it to my application.
Answer the question
In order to leave comments, you need to log in
you don't need nginx. This is a reverse proxy. You need a direct proxy. Squid will do.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question