From 9ccad88b66aedea65742df18367b6665a02acc8f Mon Sep 17 00:00:00 2001 From: des Date: Sun, 6 May 2007 18:57:26 +0000 Subject: [PATCH] Update the default configuration. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1387 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/man/vcl.7 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5