[DOC] fix various too large lines

This commit is contained in:
Willy Tarreau 2010-01-11 18:42:06 +01:00
parent 698ae00fc2
commit 983e01ed86

View File

@ -1609,20 +1609,23 @@ cookie <name> [ rewrite | insert | prefix ] [ indirect ] [ nocache ]
See also : "appsession", "balance source", "capture cookie", "server". See also : "appsession", "balance source", "capture cookie", "server".
default-server [param*] default-server [param*]
Change default options for a server in a backend Change default options for a server in a backend
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:
<param*> is a list of parameters for this server. The "default-server" keywords <param*> is a list of parameters for this server. The "default-server"
accepts an important number of options and has a complete section keyword accepts an important number of options and has a complete
dedicated to it. Please refer to section 5 for more details. section dedicated to it. Please refer to section 5 for more
details.
Examples: Example :
default-server inter 1000 weight 13 default-server inter 1000 weight 13
See also: "server" and section 5 about server options See also: "server" and section 5 about server options
default_backend <backend> default_backend <backend>
Specify the backend to use when no "use_backend" rule has been matched. Specify the backend to use when no "use_backend" rule has been matched.
May be used in sections : defaults | frontend | listen | backend May be used in sections : defaults | frontend | listen | backend
@ -4105,7 +4108,8 @@ stats show-node [ <name> ]
stats uri /admin?stats stats uri /admin?stats
stats refresh 5s 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 [ <description> ] stats show-desc [ <description> ]
@ -4131,7 +4135,9 @@ stats show-desc [ <description> ]
stats uri /admin?stats stats uri /admin?stats
stats refresh 5s 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 stats show-legends
Enable reporting additional informations on the statistics page : Enable reporting additional informations on the statistics page :
@ -4147,6 +4153,7 @@ stats show-legends
See also: "stats enable", "stats uri". See also: "stats enable", "stats uri".
stats realm <realm> stats realm <realm>
Enable statistics and set authentication realm Enable statistics and set authentication realm
May be used in sections : defaults | frontend | listen | backend May be used in sections : defaults | frontend | listen | backend
@ -4849,9 +4856,9 @@ cookie <value>
Supported in default-server: No Supported in default-server: No
error-limit <count> error-limit <count>
If health observing is enabled, the "error-limit" parameter specifies the number If health observing is enabled, the "error-limit" parameter specifies the
of consecutive errors that triggers event selected by the "on-error" option. number of consecutive errors that triggers event selected by the "on-error"
By default it is set to 10 consecutive errors. option. By default it is set to 10 consecutive errors.
Supported in default-server: Yes Supported in default-server: Yes