]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
must use allow keyword for no_cache access list
authorwessels <>
Fri, 17 Apr 1998 00:14:33 +0000 (00:14 +0000)
committerwessels <>
Fri, 17 Apr 1998 00:14:33 +0000 (00:14 +0000)
src/cf.data.pre

index 79c323dfc6ea0150f40eec05aa0b698992556279..aca2dd1d93da1f5f5f7df87e8a83a494c02309f4 100644 (file)
@@ -330,11 +330,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.
+
        There is no default.  We recommend you uncomment the following
        two lines.
 
 acl QUERY urlpath_regex cgi-bin \?
-no_cache QUERY
+no_cache allow QUERY
 DOC_END
 
 NAME: cache_stoplist_pattern