From: amosjeffries <> Date: Sat, 15 Sep 2007 15:11:24 +0000 (+0000) Subject: Correct bad exmaple in squid.conf. showing wrong parameter format. X-Git-Tag: SQUID_3_0_RC1~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbe3992d5f7c89940f71a503dae91f73b7d2e834;p=thirdparty%2Fsquid.git Correct bad exmaple in squid.conf. showing wrong parameter format. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index b4c88d7a63..a1c6425ddd 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.468 2007/09/15 03:15:05 rousskov Exp $ +# $Id: cf.data.pre,v 1.469 2007/09/15 09:11:24 amosjeffries Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -1556,7 +1556,7 @@ DOC_START applies for hostnames which do not match domains listed here. EXAMPLE: - cache_peer parent cache.foo.org 3128 3130 + cache_peer cache.foo.org parent 3128 3130 neighbor_type_domain cache.foo.org sibling .com .net neighbor_type_domain cache.foo.org sibling .au .de DOC_END