Re: Fully transparent gzip/deflate compression in a reverse proxy setup

2019-02-21 Thread Arkadiusz Miśkiewicz
On 21/02/2019 13:50, Matthias Müller wrote: > > (2) How do I enable transparent compression, i.e. mask [1] from the > proxied request so that the application server never attempts response > compression and always lets NGINX perform that task? Try proxy_set_header Accept-Encoding ""; -- Arka

Fully transparent gzip/deflate compression in a reverse proxy setup

2019-02-21 Thread Matthias Müller
When running NGINX as a reverse proxy (e.g. in front of an application server) I know how to switch on gzip/deflate from the documentation. What I am looking for is a *transparent* compression by NGINX, i.e. the proxied application server should be unaware that the original client request was aski