mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 06:11:32 +02:00
DOC: missing information for the "description" keyword
This keyword was not documented.
This commit is contained in:
parent
e28f1ecf2b
commit
27f5134e60
@ -2242,6 +2242,18 @@ default_backend <backend>
|
|||||||
See also : "use_backend", "reqsetbe", "reqisetbe"
|
See also : "use_backend", "reqsetbe", "reqisetbe"
|
||||||
|
|
||||||
|
|
||||||
|
description <string>
|
||||||
|
Describe a listen, frontend or backend.
|
||||||
|
May be used in sections : defaults | frontend | listen | backend
|
||||||
|
no | yes | yes | yes
|
||||||
|
Arguments : string
|
||||||
|
|
||||||
|
Allows to add a sentence to describe the related object in the HAProxy HTML
|
||||||
|
stats page. The description will be printed on the right of the object name
|
||||||
|
it describes.
|
||||||
|
No need to backslash spaces in the <string> arguments.
|
||||||
|
|
||||||
|
|
||||||
disabled
|
disabled
|
||||||
Disable a proxy, frontend or backend.
|
Disable a proxy, frontend or backend.
|
||||||
May be used in sections : defaults | frontend | listen | backend
|
May be used in sections : defaults | frontend | listen | backend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user