From e504f819d5c63a0753c660638f455aa1ebe1901e Mon Sep 17 00:00:00 2001 From: Jarno Huuskonen Date: Thu, 3 Jan 2019 07:56:49 +0200 Subject: [PATCH] DOC: Fix typo in req.ssl_alpn example (commit 4afdd138424ab...) Also link to ssl_fc_alpn. --- doc/configuration.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 97b9f82fa..abce3d7c1 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -15472,13 +15472,13 @@ req.ssl_alpn : string request buffer and not to the contents deciphered via an SSL data layer, so this will not work with "bind" lines having the "ssl" option. This is useful in ACL to make a routing decision based upon the ALPN preferences of a TLS - client, like in the example below. + client, like in the example below. See also "ssl_fc_alpn". Examples : # Wait for a client hello for at most 5 seconds tcp-request inspect-delay 5s tcp-request content accept if { req_ssl_hello_type 1 } - use_backend bk_acme if { req_ssl.alpn acme-tls/1 } + use_backend bk_acme if { req.ssl_alpn acme-tls/1 } default_backend bk_default req.ssl_ec_ext : boolean