mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-22 06:37:54 -04:00
DOC: fix minor typo on http-send-name-header
The "server" keyword documentation had a reference on "http-send-server-name" instead of "http-send-name-header".
This commit is contained in:
parent
a33c654cb1
commit
941a0c6209
1 changed files with 1 additions and 1 deletions
|
|
@ -4762,7 +4762,7 @@ server <name> <address>[:[port]] [param*]
|
|||
no | no | yes | yes
|
||||
Arguments :
|
||||
<name> is the internal name assigned to this server. This name will
|
||||
appear in logs and alerts. If "http-send-server-name" is
|
||||
appear in logs and alerts. If "http-send-name-header" is
|
||||
set, it will be added to the request header sent to the server.
|
||||
|
||||
<address> is the IPv4 or IPv6 address of the server. Alternatively, a
|
||||
|
|
|
|||
Loading…
Reference in a new issue