You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
449 B
Plaintext
15 lines
449 B
Plaintext
server.modules += ( "mod_sockproxy" )
|
|
|
|
## Balance algorithm, possible values:
|
|
## "hash", "round-robin", "sticky", "fair" (default)
|
|
#sockproxy.balance = "hash"
|
|
|
|
## Transparent socket proxy of all connections to 192.168.0.101:10000
|
|
#sockproxy.server = ( "" =>
|
|
# (
|
|
# ( "host" => "192.168.0.101",
|
|
# "port" => 10000
|
|
# )
|
|
# )
|
|
# )
|