[DOC] fix various too large lines
diff --git a/doc/configuration.txt b/doc/configuration.txt
index 3f07de6..637c2b8 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -1609,20 +1609,23 @@
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:
- <param*> 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.
+ <param*> 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 <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 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 [ <description> ]
@@ -4131,7 +4135,9 @@
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 @@
See also: "stats enable", "stats uri".
+
stats realm <realm>
Enable statistics and set authentication realm
May be used in sections : defaults | frontend | listen | backend
@@ -4849,9 +4856,9 @@
Supported in default-server: No
error-limit <count>
- 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