varnish syntax

Robert Recchia robrecc at gmail.com
Thu Jun 16 14:24:22 CEST 2011


I run word press and munin on the same server - i don't want varnish
caching anything /munin so in older varnish releases all i did was add
this to the vcl file

sub vcl_recv {

if (req.url ~ "munin") {

        pass;

        }


it seems varnish-2.1.5-1 does not like this syntax and wont start.
Does anyone know the equivilant to what it would be in this version



-- 
Robert Recchia




More information about the varnish-misc mailing list