Update manual pages

This commit is contained in:
Tatsuhiro Tsujikawa
2019-03-07 23:22:06 +09:00
parent b1b2ad5017
commit 5e7889c5ef
5 changed files with 12 additions and 9 deletions

View File

@@ -235,7 +235,6 @@ Connections
pattern, :option:`--backend-read-timeout` and
:option:`--backend-write-timeout` are used.
"group=<GROUP>" parameter specifies the name of group
this backend address belongs to. By default, it belongs
to the unnamed default group. The name of group is
@@ -249,7 +248,8 @@ Connections
address which belongs to the same group specifies
"group-weight", its weight is used. If no
"group-weight" is specified for all addresses, the
weight of a group becomes 1.
weight of a group becomes 1. "group" and "group-weight"
are ignored if session affinity is enabled.
"weight=<N>" parameter specifies the weight of the
backend address inside a group which this address
@@ -257,7 +257,8 @@ Connections
selected by the load balancing algorithm. <N> must be
[1, 256] inclusive. The weight 8 has 4 times more
weight than weight 2. If this parameter is omitted,
weight becomes 1.
weight becomes 1. "weight" is ignored if session
affinity is enabled.
Since ";" and ":" are used as delimiter, <PATTERN> must
not contain these characters. Since ";" has special