From c9c6cdbf9c0e61ee88d68960a3220a4fcbf912cd Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Thu, 5 Mar 2020 16:03:58 +0100 Subject: [PATCH] DOC: fix incorrect indentation of http_auth_* These ones were incorrectly indented and thus not displayed optimally in the HTML version. This addresses issue #533. --- doc/configuration.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index c09bf00881..a2dcdc89e9 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -8520,7 +8520,7 @@ server-state-file-name [] 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 @@ -16614,19 +16614,19 @@ http_auth_group() : 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