From: phk Date: Wed, 13 Feb 2008 10:55:03 +0000 (+0000) Subject: Fix example to new backend syntax X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b39a0598cd61c058fca55359a5e090e25d96b5;p=varnish Fix example to new backend syntax git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2448 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/man/vcl.7 b/varnish-cache/man/vcl.7 index 16866a14..414c865e 100644 --- a/varnish-cache/man/vcl.7 +++ b/varnish-cache/man/vcl.7 @@ -80,8 +80,8 @@ keyword followed by the name of the other file as a quoted string. 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