> On 9 Oct 2020, at 18:25, Ian Pilcher <[email protected]> wrote:
> 
> but I can't find anything about
> proxying an application that serves up compressed content in the first
> place.

This is really a question for the client and the backend server.
The proxy is just the messenger!

What do you want to happen?  To return compressed contents to a Client
that won't accept it, you could have the proxy set the request header.
To decompress contents on the fly, you'd use that filter from mod_deflate.

-- 
Nick Kew

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to