mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-25 07:41:36 +02:00
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.
This commit is contained in:
parent
cfca1422c7
commit
c9c6cdbf9c
@ -8520,7 +8520,7 @@ server-state-file-name [<file>]
|
|||||||
global
|
global
|
||||||
server-state-file-base /etc/haproxy/states
|
server-state-file-base /etc/haproxy/states
|
||||||
|
|
||||||
backend bk
|
backend bk
|
||||||
load-server-state-from-file
|
load-server-state-from-file
|
||||||
|
|
||||||
See also: "server-state-file-base", "load-server-state-from-file", and
|
See also: "server-state-file-base", "load-server-state-from-file", and
|
||||||
@ -16614,19 +16614,19 @@ http_auth_group(<userlist>) : string
|
|||||||
groups.
|
groups.
|
||||||
|
|
||||||
http_auth_pass : string
|
http_auth_pass : string
|
||||||
Returns the user's password found in the authentication data received from
|
Returns the user's password found in the authentication data received from
|
||||||
the client, as supplied in the Authorization header. Not checks are
|
the client, as supplied in the Authorization header. Not checks are
|
||||||
performed by this sample fetch. Only Basic authentication is supported.
|
performed by this sample fetch. Only Basic authentication is supported.
|
||||||
|
|
||||||
http_auth_type : string
|
http_auth_type : string
|
||||||
Returns the authentication method found in the authentication data received from
|
Returns the authentication method found in the authentication data received from
|
||||||
the client, as supplied in the Authorization header. Not checks are
|
the client, as supplied in the Authorization header. Not checks are
|
||||||
performed by this sample fetch. Only Basic authentication is supported.
|
performed by this sample fetch. Only Basic authentication is supported.
|
||||||
|
|
||||||
http_auth_user : string
|
http_auth_user : string
|
||||||
Returns the user name found in the authentication data received from the
|
Returns the user name found in the authentication data received from the
|
||||||
client, as supplied in the Authorization header. Not checks are performed by
|
client, as supplied in the Authorization header. Not checks are performed by
|
||||||
this sample fetch. Only Basic authentication is supported.
|
this sample fetch. Only Basic authentication is supported.
|
||||||
|
|
||||||
http_first_req : boolean
|
http_first_req : boolean
|
||||||
Returns true when the request being processed is the first one of the
|
Returns true when the request being processed is the first one of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user