diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-01-10 08:51:08 +0100 |
---|---|---|
committer | Nicolas Vollmar <nvo@scaling.ch> | 2024-01-10 08:51:08 +0100 |
commit | a2666e8e13b01b7becef274dd97f77f4ce39a91b (patch) | |
tree | 3c314bce79a0576409a0500cea2395401995715c /docs/configuration/loadbalancing | |
parent | 11521fd4e5f8e19592d03e102bbf69ee948e0766 (diff) | |
download | vyos-documentation-a2666e8e13b01b7becef274dd97f77f4ce39a91b.tar.gz vyos-documentation-a2666e8e13b01b7becef274dd97f77f4ce39a91b.zip |
fix spelling
Diffstat (limited to 'docs/configuration/loadbalancing')
-rw-r--r-- | docs/configuration/loadbalancing/reverse-proxy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/loadbalancing/reverse-proxy.rst b/docs/configuration/loadbalancing/reverse-proxy.rst index 04b612f5..19ef3773 100644 --- a/docs/configuration/loadbalancing/reverse-proxy.rst +++ b/docs/configuration/loadbalancing/reverse-proxy.rst @@ -105,7 +105,7 @@ Backend of the client * ``round-robin`` Distributes requests in a circular manner, sequentially sending each request to the next server in line - * ``least-connection`` Distributes requests tp tje server wotj the fewest + * ``least-connection`` Distributes requests to the server with the fewest active connections .. cfgcmd:: set load-balancing reverse-proxy backend <name> mode |