The "server" keyword documentation had a reference on "http-send-server-name"
instead of "http-send-name-header".
---
doc/configuration.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/configuration.txt b/doc/configuration.txt
index 208c432..cc07423 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -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
--
1.7.10.4