fixed typo
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@435 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.3.15
parent
b44bbe32e7
commit
8ae5d0c907
|
@ -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" ),
|
||||
|
|
Loading…
Reference in New Issue