From: Christophe Jaillet Date: Sat, 25 Dec 2021 08:10:45 +0000 (+0000) Subject: Add an 's' in 2 directives name to match code and be consistent with the non-proxy... X-Git-Tag: 2.5.0-alpha2-ci-test-only~614 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83adf0619646c26fe1576307013188ae6e6993ce;p=thirdparty%2Fapache%2Fhttpd.git Add an 's' in 2 directives name to match code and be consistent with the non-proxy directives git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896373 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_tls.xml b/docs/manual/mod/mod_tls.xml index 18c00c0532c..2f0973165b9 100644 --- a/docs/manual/mod/mod_tls.xml +++ b/docs/manual/mod/mod_tls.xml @@ -530,9 +530,9 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305 - TLSProxyCipherPrefer + TLSProxyCiphersPrefer defines ciphers that are preferred for a proxy connection. - TLSProxyCipherPrefer cipher(-list) + TLSProxyCiphersPrefer cipher(-list) server config virtual host @@ -549,9 +549,9 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305 - TLSProxyCipherSuppress + TLSProxyCiphersSuppress defines ciphers that are not to be used for a proxy connection. - TLSProxyCipherSuppress cipher(-list) + TLSProxyCiphersSuppress cipher(-list) server config virtual host