mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-05 09:07:35 -04:00
DOC: config: Fix two typos in the server param "healthcheck" description
There was 2 typos here. First, the 'k' was missing on the parameter name. Then "sectino" was used in the description instead of "section". Let's fix them.
This commit is contained in:
parent
2147e8e368
commit
063dfd9ff3
1 changed files with 2 additions and 2 deletions
|
|
@ -18712,10 +18712,10 @@ hash-key <key>
|
|||
uses "hash-type consistent", and the quality of the distribution will depend
|
||||
on the quality of the keys.
|
||||
|
||||
healthchec <name>
|
||||
healthcheck <name>
|
||||
May be used in the following contexts: tcp, http
|
||||
|
||||
Specify the health-check sectino to use to perform check on the server.
|
||||
Specify the health-check section to use to perform check on the server.
|
||||
|
||||
Argument :
|
||||
<name> is the health-check section name.
|
||||
|
|
|
|||
Loading…
Reference in a new issue