On Mon, Mar 29, 2010 at 12:42 PM, Jens Schleusener:
>  sub vcl_fetch {
>   if (obj.ttl < 60s) {
>    set obj.ttl = 60s;
>   }
>  }


sub vcl_fetch {
   set beresp.ttl = 60s;
   esi;
}

(forgot to Cc varnish-misc on the first post)
-- 
Per Buer,  Varnish Software
Phone: +47 21 54 41 21 / Mobile: +47 958 39 117 / skype: per.buer

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

Reply via email to