r2448 - trunk/varnish-cache/man

phk at projects.linpro.no phk at projects.linpro.no
Wed Feb 13 11:55:04 CET 2008


Author: phk
Date: 2008-02-13 11:55:03 +0100 (Wed, 13 Feb 2008)
New Revision: 2448

Modified:
   trunk/varnish-cache/man/vcl.7
Log:
Fix example to new backend syntax


Modified: trunk/varnish-cache/man/vcl.7
===================================================================
--- trunk/varnish-cache/man/vcl.7	2008-02-12 06:52:33 UTC (rev 2447)
+++ trunk/varnish-cache/man/vcl.7	2008-02-13 10:55:03 UTC (rev 2448)
@@ -80,8 +80,8 @@
 A backend declaration creates and initializes a named backend object:
 .Bd -literal -offset 4n
 backend www {
-    set backend.host = "www.example.com";
-    set backend.port = "http";
+    .host = "www.example.com";
+    .port = "http";
 }
 .Ed
 .Pp




More information about the varnish-commit mailing list