Hi,
For images this settings work
  if (req.url ~
"(?i)\.(pdf|mp3|png|gif|jpeg|jpg|ico|swf|css|js|html|htm)(\?[a-z0-9]+)?$") {
    # beresp == Back-end response from the web server.
    unset beresp.http.set-cookie;
# set the ttl to 10  minutes
 set beresp.ttl = 10m;

  }


but for mp3 it first cache all and than stream ..


any hint such that varnish start streaming with out waiting for whole file
in cache ?


varnish version : 3.0.2-1ubuntu0.1

Zeeshan
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to