From: Amos Jeffries Date: Sun, 7 Feb 2016 01:31:05 +0000 (+1300) Subject: Docs: fix incorrect ssl_bump example X-Git-Tag: SQUID_4_0_5~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3fece9553af9f1290d273a9ba4ebf2afeadd3cf;p=thirdparty%2Fsquid.git Docs: fix incorrect ssl_bump example --- diff --git a/src/cf.data.pre b/src/cf.data.pre index df92fd0a35..dfe482b14b 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -2717,10 +2717,10 @@ DOC_START See also: http_port ssl-bump, https_port ssl-bump, and acl at_step. - # Example: Bump all requests except those originating from + # Example: Bump all TLS connections except those originating from # localhost or those going to example.com. - acl broken_sites dstdomain .example.com + acl broken_sites ssl::server_name .example.com ssl_bump splice localhost ssl_bump splice broken_sites ssl_bump bump all