Hi
Thank you so much, exactly what I want:)
----- Original Message -----
From: Lukas Tribus <[email protected]>
To: [email protected]
Cc: haproxy <[email protected]>
Date: 2018/12/12, Wed 00:35
Subject: Re: How to remove accept-encoding header to backend while still
keeping gzip?
On Tue, 11 Dec 2018 at 15:13, <[email protected]> wrote:
>
> Hi,
>
> I have haproxy in front of my app servers, these app servers do not handle
> accept-encoding properly.
Don't do anything manually and use the "compression offload" feature,
which has been introduced for this *exact* use case:
https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#4.2-compression%20offload
Lukas