From 941a0c620901995b53abcd0d46edac4f40869d76 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cyril=20Bont=C3=A9?= Date: Mon, 15 Oct 2012 19:44:24 +0200 Subject: [PATCH] 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". --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 119f440..a9fac77 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -4762,7 +4762,7 @@ server
[:[port]] [param*] no | no | yes | yes Arguments : 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.
is the IPv4 or IPv6 address of the server. Alternatively, a -- 1.7.10.4