Helo all,

I 'm trying to limit the absence of caching with cookies.


if (req.url ~ "\.pdf$|\.png$|\.gif$|\.jpg$|\.mp3$|\.svf$")  {
     lookup;

    if (req.http.Authenticate || req.http.Cookie ~ "__ac=") {
                       pipe;
    }
}

This is not working , all is cached.
where am I wrong ?

thanks

jean-marc
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to