mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-23 14:51:27 +02:00
DOC: fix some keywords arguments documentation
- Typo on "dispatch" keyword arguments. - Reindent some blocks for better parsing by automated tools. - "option mysql-check" and "option pgsql-check" arguments were not documented as the others.
This commit is contained in:
parent
90690c7aca
commit
108cf6ea99
@ -2102,7 +2102,7 @@ dispatch <address>:<port>
|
|||||||
Set a default server address
|
Set a default server address
|
||||||
May be used in sections : defaults | frontend | listen | backend
|
May be used in sections : defaults | frontend | listen | backend
|
||||||
no | no | yes | yes
|
no | no | yes | yes
|
||||||
Arguments : none
|
Arguments :
|
||||||
|
|
||||||
<address> is the IPv4 address of the default server. Alternatively, a
|
<address> is the IPv4 address of the default server. Alternatively, a
|
||||||
resolvable hostname is supported, but this name will be resolved
|
resolvable hostname is supported, but this name will be resolved
|
||||||
@ -3657,8 +3657,8 @@ option mysql-check [ user <username> ]
|
|||||||
May be used in sections : defaults | frontend | listen | backend
|
May be used in sections : defaults | frontend | listen | backend
|
||||||
yes | no | yes | yes
|
yes | no | yes | yes
|
||||||
Arguments :
|
Arguments :
|
||||||
user <username> This is the username which will be used when connecting
|
<username> This is the username which will be used when connecting to MySQL
|
||||||
to MySQL server.
|
server.
|
||||||
|
|
||||||
If you specify a username, the check consists of sending two MySQL packet,
|
If you specify a username, the check consists of sending two MySQL packet,
|
||||||
one Client Authentication packet, and one QUIT packet, to correctly close
|
one Client Authentication packet, and one QUIT packet, to correctly close
|
||||||
@ -3700,8 +3700,8 @@ option pgsql-check [ user <username> ]
|
|||||||
May be used in sections : defaults | frontend | listen | backend
|
May be used in sections : defaults | frontend | listen | backend
|
||||||
yes | no | yes | yes
|
yes | no | yes | yes
|
||||||
Arguments :
|
Arguments :
|
||||||
user <username> This is the username which will be used when connecting
|
<username> This is the username which will be used when connecting to
|
||||||
to PostgreSQL server.
|
PostgreSQL server.
|
||||||
|
|
||||||
The check sends a PostgreSQL StartupMessage and waits for either
|
The check sends a PostgreSQL StartupMessage and waits for either
|
||||||
Authentication request or ErrorResponse message. It is a basic but useful
|
Authentication request or ErrorResponse message. It is a basic but useful
|
||||||
|
Loading…
x
Reference in New Issue
Block a user