From: rousskov <> Date: Wed, 22 Apr 1998 03:24:07 +0000 (+0000) Subject: - changed semantics of "no_cache" config tag from "allow" to "deny" X-Git-Tag: SQUID_3_0_PRE1~3475 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b269cf4e9d68377c5a26ccc522aa2ec1b348925c;p=thirdparty%2Fsquid.git - changed semantics of "no_cache" config tag from "allow" to "deny" --- diff --git a/src/cf.data.pre b/src/cf.data.pre index f417453c9d..3eb1c179ab 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -331,14 +331,14 @@ DOC_START immediately removed from the cache. In other words, use this to force certain objects to never be cached. - Even though it seems strange, you must use the word 'ALLOW' - to indicate the ACL names which should NOT be cached. + You must use the word 'DENY' to indicate the ACL names which should + NOT be cached. There is no default. We recommend you uncomment the following two lines. acl QUERY urlpath_regex cgi-bin \? -no_cache allow QUERY +no_cache deny QUERY DOC_END NAME: cache_stoplist_pattern