Deny caching on mime-type

Roberto O. Fernández Crisial roberto.fernandezcrisial at gmail.com
Fri Mar 23 11:34:34 CET 2012


ShiB,

Maybe you should try with something on vcl_fetch like:

if (beresp.http.Content-Type == 'text/vnd.wap.wml')
{
return(pass);
}

Good luck,
Roberto (@rofc)

-----Original Message-----
From: Shibashish <shib4u at gmail.com>
Sender: varnish-misc-bounces at varnish-cache.org
Date: Fri, 23 Mar 2012 15:59:35 
To: <varnish-misc at varnish-cache.org>
Subject: Deny caching on mime-type

_______________________________________________
varnish-misc mailing list
varnish-misc at varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc




More information about the varnish-misc mailing list