Mailing List Archive

r1387 - trunk/varnish-cache/man
Author: des
Date: 2007-05-06 20:57:26 +0200 (Sun, 06 May 2007)
New Revision: 1387

Modified:
trunk/varnish-cache/man/vcl.7
Log:
Update the default configuration.


Modified: trunk/varnish-cache/man/vcl.7
===================================================================
--- trunk/varnish-cache/man/vcl.7 2007-05-05 14:44:37 UTC (rev 1386)
+++ trunk/varnish-cache/man/vcl.7 2007-05-06 18:57:26 UTC (rev 1387)
@@ -400,17 +400,17 @@
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