You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>The load-balancer associated with this route. Valid values are ‘round-robin’ and ‘least-connection’</td>
18184
+
<td>The load-balancer associated with this route. Valid values are ‘round-robin’, ‘least-connection’, and ‘hash’</td>
18185
+
</tr>
18186
+
<tr>
18187
+
<td><strong>hash_header</strong></td>
18188
+
<td><em>string</em></td>
18189
+
<td>HTTP header name to hash for routing (e.g., ‘X-User-ID’, ‘Cookie’). Required when loadbalancing is ‘hash’. Cannot be set when loadbalancing is not ‘hash’.</td>
18190
+
</tr>
18191
+
<tr>
18192
+
<td><strong>hash_balance</strong></td>
18193
+
<td><em>string</em></td>
18194
+
<td>Weight factor for load balancing (1.1 - 10, or 0 for disabling balancing). Higher values consider load more. Optional when loadbalancing is ‘hash’. Cannot be set when loadbalancing is not ‘hash’.</td>
18185
18195
</tr>
18186
18196
</tbody></table>
18187
18197
<h3 id="create-a-route">Create a route</h3>
@@ -18204,7 +18214,7 @@ <h3 id="create-a-route">Create a route</h3>
0 commit comments