Fix weightby documentation

The parameter names were different.
This commit is contained in:
Markus Mäkelä 2019-05-31 06:41:41 +03:00
parent 47ae75c6a5
commit 9df6c9aeca
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -1261,7 +1261,7 @@ server.
serversize=10 serversize=10
``` ```
The service would then have the parameter `weightby=serversize`. If there are 4 The service would then have the parameter `weightby=serv_weight`. If there are 4
servers defined in the service (serverA, serverB, serverC and serverD) with the servers defined in the service (serverA, serverB, serverC and serverD) with the
serversize set as shown in the table below, the connections would balanced using serversize set as shown in the table below, the connections would balanced using
the percentages in this table. the percentages in this table.