From 8ae5d0c9070eefe86848eb934081c0dc8db95371 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Sun, 10 Jul 2005 06:24:42 +0000 Subject: [PATCH] fixed typo git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@435 152afb58-edef-0310-8abb-c4023f1b3aa9 --- doc/proxy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/proxy.txt b/doc/proxy.txt index c1318376..8ff5c3ee 100644 --- a/doc/proxy.txt +++ b/doc/proxy.txt @@ -87,7 +87,7 @@ listen on port 80 for requests. :: $HTTP["host"] == "www.example.org" { proxy.balance = "hash" - proxy.balance = ( "" => ( ( "host" => "10.0.0.10" ), + proxy.server = ( "" => ( ( "host" => "10.0.0.10" ), ( "host" => "10.0.0.11" ), ( "host" => "10.0.0.12" ), ( "host" => "10.0.0.13" ),