how storing objects for a given time, regardless of expire info from back-end?

Dirk Taggesell dirk.taggesell at proximic.com
Tue Apr 13 18:33:46 CEST 2010


BTW: the config now looks like this:

backend default {
     .host = "backend.example.com";
     .port = "80";
}

sub vcl_fetch {
   set beresp.ttl =7200s;
   return(deliver);
}



-- 
mit freundlichen Gruessen
Dirk Taggesell
Systemadministrator Proximic GmbH




More information about the varnish-misc mailing list