]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: fix incorrect ssl_bump example
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 7 Feb 2016 01:31:05 +0000 (14:31 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 7 Feb 2016 01:31:05 +0000 (14:31 +1300)
src/cf.data.pre

index df92fd0a35d0354dd9ae410dfcce90604dc4e8dd..dfe482b14b84abf7f0633b1293a6182c82be6de8 100644 (file)
@@ -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