Combining req.url matches

pub crawler pubcrawler.com at gmail.com
Mon Jan 11 10:33:18 CET 2010


I have a list req.url matches that are duplicative other than the file
to match.  What is the format to combine these?

For instance:
if (req.url ~ "photoupload.cfm") {pass;}
if (req.url ~ "logoupload.cfm") {pass;}

Is there a prescribed way to combine that into one line?

-Paul



More information about the varnish-misc mailing list