Mailing List Archive

varnish regular expression for url
Hello All,

Need a help in creating a vcl rule to cache specific pages. Ask is if url
contain

/order/{x}/{y}

cache it (now x and y is random string which may contain alphanumeric and
special char)

do not cache anything below

/order/{x}/order/{x}/{y}/{z}/order/{x}/{y}/{z}/.../{n}

thank you for taking look.
Aj