From 9df6c9aeca03fce19f1eb2a021bf8f21a30e6f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Fri, 31 May 2019 06:41:41 +0300 Subject: [PATCH] Fix weightby documentation The parameter names were different. --- Documentation/Getting-Started/Configuration-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Getting-Started/Configuration-Guide.md b/Documentation/Getting-Started/Configuration-Guide.md index 101d41227..b6ef39eea 100644 --- a/Documentation/Getting-Started/Configuration-Guide.md +++ b/Documentation/Getting-Started/Configuration-Guide.md @@ -1261,7 +1261,7 @@ server. 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 serversize set as shown in the table below, the connections would balanced using the percentages in this table.