On 11/10/16 8:22 PM, Geoff Simmons wrote:
> On 11/10/2016 07:52 PM, Miguel González wrote:
> 
>> My vcl backend_response is below, do I need to set somewhere 
>> beresp.do_gzip = true even when I set it for varnishd?
> 
> Yes.
> 
> 
> HTH,
> Geoff
> 

It seems that adding this to vcl backend_response it worked:

        if (beresp.http.content-type ~ "text") {

          set beresp.do_gzip = true;
        }

now works :)

Miguel



_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to