DOC: configuration: typo req.ssl_hello_type

rep_ssl_hello_type was renamed in res.ssl_hello_type a long time ago.

This patch fixes a typo where an example was renamed
"rep.ssl_hello_type" instead of "res.ssl_hello_type"

fixes issue #2377 and #2379.

Must be backported in all maintained versions.

(cherry picked from commit 906525b16bf53c156f8b559f8782a81f2b960c2b)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit cdecaa8efc4bb9c69bdb0da12005cecd5d7a26b6)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 8244cb7e8d4584e01b087f8a08134ffaf6eeab7f)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit ca37e3e7f467512cca53220bc58eec776a9a4220)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit c118977579932b85b2e3ab4e47df3cdb014184f8)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
diff --git a/doc/configuration.txt b/doc/configuration.txt
index 9b4bf37..886e7c6 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -11665,7 +11665,7 @@
         stick-table type binary len 32 size 30k expire 30m
 
         acl clienthello req.ssl_hello_type 1
-        acl serverhello rep.ssl_hello_type 2
+        acl serverhello res.ssl_hello_type 2
 
         # use tcp content accepts to detects ssl client and server hello.
         tcp-request inspect-delay 5s