DOC: fix incorrect indentation of http_auth_*
authorWilly Tarreau <w@1wt.eu>
Thu, 5 Mar 2020 15:03:58 +0000 (16:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Mar 2020 10:03:17 +0000 (12:03 +0200)
These ones were incorrectly indented and thus not displayed optimally
in the HTML version. This addresses issue #533.

(cherry picked from commit c9c6cdbf9c0e61ee88d68960a3220a4fcbf912cd)
Signed-off-by: Willy Tarreau <w@1wt.eu>

doc/configuration.txt

index 58f1311..46aa7f1 100644 (file)
@@ -8009,7 +8009,7 @@ server-state-file-name [<file>]
     global
       server-state-file-base /etc/haproxy/states
 
-   backend bk
+    backend bk
       load-server-state-from-file
 
   See also: "server-state-file-base", "load-server-state-from-file", and
@@ -16057,19 +16057,19 @@ http_auth_group(<userlist>) : string
     groups.
 
 http_auth_pass : string
-   Returns the user's password found in the authentication data received from
-   the client, as supplied in the Authorization header. Not checks are
-   performed by this sample fetch. Only Basic authentication is supported.
+  Returns the user's password found in the authentication data received from
+  the client, as supplied in the Authorization header. Not checks are
+  performed by this sample fetch. Only Basic authentication is supported.
 
 http_auth_type : string
-   Returns the authentication method found in the authentication data received from
-   the client, as supplied in the Authorization header. Not checks are
-   performed by this sample fetch. Only Basic authentication is supported.
+  Returns the authentication method found in the authentication data received from
+  the client, as supplied in the Authorization header. Not checks are
+  performed by this sample fetch. Only Basic authentication is supported.
 
 http_auth_user : string
-   Returns the user name found in the authentication data received from the
-   client, as supplied in the Authorization header. Not checks are performed by
-   this sample fetch. Only Basic authentication is supported.
+  Returns the user name found in the authentication data received from the
+  client, as supplied in the Authorization header. Not checks are performed by
+  this sample fetch. Only Basic authentication is supported.
 
 http_first_req : boolean
   Returns true when the request being processed is the first one of the