Commit 69e4141b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix example to new backend syntax


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2448 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 64b7d47b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment