]] pub crawler 

| Let's try this one - can these somehow be combined into one?
| 
| if (req.url ~ "systemstatus\.cfm") {lookup;}
| if (req.url ~ "index\.cfm") {lookup;}

if (req.url ~ "(index|systemstatus)[.]cfm") { return(lookup);}

?

-- 
Tollef Fog Heen 
Redpill Linpro -- Changing the game!
t: +47 21 54 41 73
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to