diff options
author | Alex W <embezzle.dev@proton.me> | 2024-05-29 23:19:44 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-30 19:04:30 +0000 |
commit | f4a3730b0c5e6c8e3b3c11a935c9cf38f04bca6d (patch) | |
tree | 052f30d6f7e9c31ba6e124fd474f12528f1ff32a | |
parent | 6bcb10fa232d7700254195eeb1fcbbcd1da12987 (diff) | |
download | vyos-documentation-f4a3730b0c5e6c8e3b3c11a935c9cf38f04bca6d.tar.gz vyos-documentation-f4a3730b0c5e6c8e3b3c11a935c9cf38f04bca6d.zip |
reverse-proxy: T6409: Remove unused backend parameters
(cherry picked from commit c2bc79045d065c1661290c9b1baf2f1f0a95ea7c)
-rw-r--r-- | docs/configuration/loadbalancing/reverse-proxy.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/configuration/loadbalancing/reverse-proxy.rst b/docs/configuration/loadbalancing/reverse-proxy.rst index 044d2044..3edc4283 100644 --- a/docs/configuration/loadbalancing/reverse-proxy.rst +++ b/docs/configuration/loadbalancing/reverse-proxy.rst @@ -118,11 +118,6 @@ Backend Configure backend `<name>` mode TCP or HTTP -.. cfgcmd:: set load-balancing reverse-proxy backend <name> parameters - http-check - - Enable layer 7 HTTP health check - .. cfgcmd:: set load-balancing reverse-proxy backend <name> server <name> address <x.x.x.x> |