diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-11 07:29:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-11 07:29:23 +0100 |
commit | a0c8bdaa02e6595d3394b2092412506af2b4d184 (patch) | |
tree | 9d2e73b759399b24769d6ec9b334500652b3704b /docs/configuration | |
parent | 129e57debfe154fa69c9260ae396c60ebabadada (diff) | |
parent | a2666e8e13b01b7becef274dd97f77f4ce39a91b (diff) | |
download | vyos-documentation-a0c8bdaa02e6595d3394b2092412506af2b4d184.tar.gz vyos-documentation-a0c8bdaa02e6595d3394b2092412506af2b4d184.zip |
Merge pull request #1230 from nvollmar/master
fix spelling
Diffstat (limited to 'docs/configuration')
-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 |