From 06aa3070e6fb4c53338994c7eb2941d92453498b Mon Sep 17 00:00:00 2001 From: Bjoern Jacke Date: Thu, 13 Feb 2020 14:16:16 +0100 Subject: [PATCH] DOC: fix typo about no-tls-tickets It's "no-tls-tickets", not "no-tlsv-tickets" Signed-off-by: Bjoern Jacke (cherry picked from commit 5ab7eb686078cf22951ed4489df68c328aa9c1cf) Signed-off-by: Willy Tarreau --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 0c56893..674509c 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -12283,7 +12283,7 @@ tls-tickets setting which would have been inherited from "default-server" directive as default value. It may also be used as "default-server" setting to reset any previous - "default-server" "no-tlsv-tickets" setting. + "default-server" "no-tls-tickets" setting. verify [none|required] This setting is only available when support for OpenSSL was built in. If set -- 1.7.10.4