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

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

Reply via email to