Skip to content

Commit

Permalink
Update docs-web/configuration/transportserver-resource.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Pleshakov <[email protected]>
  • Loading branch information
soneillf5 and pleshakov authored May 11, 2021
1 parent bfe76d5 commit 0370fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-web/configuration/transportserver-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ loadBalancingMethod: least_conn
- `healthcheck <#upstream-healthcheck>`_
- No
* - ``loadBalancingMethod``
- The method used to load balance the upstream servers. By default, connections are distributed between the servers using a weighted round-robin balancing method. See the `upstream <http://nginx.org/en/docs/stream/ngx_stream_upstream_module.html#upstream>`_ section for available methods and their details.
- The method used to load balance the upstream servers. See the `upstream <https://nginx.org/en/docs/stream/ngx_stream_upstream_module.html#upstream>`_ section for available methods and their details. To use the round-robin method, specify ``round_robin``. The ``hash`` method only supports ``$remote_addr`` variable with optional text and the consistent parameter. For example, ``hash ${remote_addr}``, ``hash ${remote_addr}AAA``, ``hash $remote_addr consistent``. The default is ``random two least_conn``.
- ``string``
- No

Expand Down

0 comments on commit 0370fb4

Please sign in to comment.