From: des Date: Sun, 6 May 2007 18:57:26 +0000 (+0000) Subject: Update the default configuration. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ccad88b66aedea65742df18367b6665a02acc8f;p=varnish Update the default configuration. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1387 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/man/vcl.7 b/varnish-cache/man/vcl.7 index 2b046d0b..99822ee3 100644 --- a/varnish-cache/man/vcl.7 +++ b/varnish-cache/man/vcl.7 @@ -400,17 +400,17 @@ sub vcl_fetch { error; } if (!obj.cacheable) { - insert_pass; + pass; } if (resp.http.Set-Cookie) { - insert_pass; + pass; } insert; } sub vcl_timeout { discard; -}; +} .Ed .Pp The following example shows how to support multiple sites running on