From: Baptiste Assmann Date: Wed, 9 Oct 2013 04:51:49 +0000 (+0200) Subject: DOC: missing information for the "description" keyword X-Git-Tag: v1.5-dev20~265 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27f5134e60b3eb5a84dea54dffe40777d8325bb3;p=thirdparty%2Fhaproxy.git DOC: missing information for the "description" keyword This keyword was not documented. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index bd4f851442..7aff1e6d8d 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2242,6 +2242,18 @@ default_backend See also : "use_backend", "reqsetbe", "reqisetbe" +description + 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 arguments. + + disabled Disable a proxy, frontend or backend. May be used in sections : defaults | frontend | listen | backend