Gzip in Reverse Proxy
Arne
12 January 2019, 15:09
Hi,
is there a way to compress with gzip while using the reverse proxy?
Thanks!!
- Arne
Hugo Leisink
12 January 2019, 22:59
No, the response from a backend webserver is passed on as is. So, you have to do the zipping at the backend webserver.
Arne
13 January 2019, 10:36
Ok, thanks!
This topic has been closed.