On Thu, Nov 24, 2011 at 07:59:35PM +0100, [email protected] wrote: > > if (req.url ~ "^test") {
This won't match. req.url will usually start with a / So you're hitting the default VCL, and if you have a cookie, that means a pass. -- Andreas _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
