]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- changed semantics of "no_cache" config tag from "allow" to "deny"
authorrousskov <>
Wed, 22 Apr 1998 03:24:07 +0000 (03:24 +0000)
committerrousskov <>
Wed, 22 Apr 1998 03:24:07 +0000 (03:24 +0000)
src/cf.data.pre

index f417453c9dc174a120286b2a7405dc62c28f2da1..3eb1c179abd874b1863e29d8b40f731e925bd4f8 100644 (file)
@@ -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