]> err.no Git - varnish/commitdiff
Update the default configuration.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 6 May 2007 18:57:26 +0000 (18:57 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 6 May 2007 18:57:26 +0000 (18:57 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1387 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/man/vcl.7

index 2b046d0bff436bb0ba7ea5d6d25c092daab9e1dd..99822ee31e60568969c68db759581a73d2af758b 100644 (file)
@@ -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