In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] write
s:
>>      if (req.url ~ "\.css$|\.gif$|\.jpg$|\.mp3$|\.svf$") {
>
>or with less typage, right?:
>       if (req.url ~ "\.(css|gif|jpg|mp3|swf)$") {

Probably yes, I'm not a RE wizard either :-)

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to