From: Willy Tarreau Date: Mon, 11 Jan 2010 17:42:06 +0000 (+0100) Subject: [DOC] fix various too large lines X-Git-Tag: v1.4-dev7~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=983e01ed8663649f5f22d127e283acdb153c3f07;p=thirdparty%2Fhaproxy.git [DOC] fix various too large lines --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 3f07de68ca..637c2b84e8 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1609,20 +1609,23 @@ cookie [ rewrite | insert | prefix ] [ indirect ] [ nocache ] See also : "appsession", "balance source", "capture cookie", "server". + default-server [param*] Change default options for a server in a backend May be used in sections : defaults | frontend | listen | backend yes | no | yes | yes Arguments: - is a list of parameters for this server. The "default-server" keywords - accepts an important number of options and has a complete section - dedicated to it. Please refer to section 5 for more details. + is a list of parameters for this server. The "default-server" + keyword accepts an important number of options and has a complete + section dedicated to it. Please refer to section 5 for more + details. - Examples: + Example : default-server inter 1000 weight 13 See also: "server" and section 5 about server options + default_backend Specify the backend to use when no "use_backend" rule has been matched. May be used in sections : defaults | frontend | listen | backend @@ -4105,7 +4108,8 @@ stats show-node [ ] stats uri /admin?stats stats refresh 5s - See also: "show-desc", "stats enable", "stats uri", and "node" in global section. + See also: "show-desc", "stats enable", "stats uri", and "node" in global + section. stats show-desc [ ] @@ -4131,7 +4135,9 @@ stats show-desc [ ] stats uri /admin?stats stats refresh 5s - See also: "show-node", "stats enable", "stats uri" and "description" in global section. + See also: "show-node", "stats enable", "stats uri" and "description" in + global section. + stats show-legends Enable reporting additional informations on the statistics page : @@ -4147,6 +4153,7 @@ stats show-legends See also: "stats enable", "stats uri". + stats realm Enable statistics and set authentication realm May be used in sections : defaults | frontend | listen | backend @@ -4849,9 +4856,9 @@ cookie Supported in default-server: No error-limit - If health observing is enabled, the "error-limit" parameter specifies the number - of consecutive errors that triggers event selected by the "on-error" option. - By default it is set to 10 consecutive errors. + If health observing is enabled, the "error-limit" parameter specifies the + number of consecutive errors that triggers event selected by the "on-error" + option. By default it is set to 10 consecutive errors. Supported in default-server: Yes