]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Rename no_cache to cache to better reflect the logics of the directive
authorhno <>
Sat, 27 May 2006 04:33:24 +0000 (04:33 +0000)
committerhno <>
Sat, 27 May 2006 04:33:24 +0000 (04:33 +0000)
(no_cache kept as an alias)

src/cf.data.pre

index ccbb0d85747706e7841e0d1a7ea0ae4b8cf54e8d..b1e8f8f2b5a60bd6caa1c4827263c5cd455644e7 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.413 2006/05/14 11:52:51 serassio Exp $
+# $Id: cf.data.pre,v 1.414 2006/05/26 22:33:24 hno Exp $
 #
 #
 # SQUID Web Proxy Cache                http://www.squid-cache.org/
@@ -827,7 +827,7 @@ NOCOMMENT_END
 DOC_END
 
 
-NAME: no_cache
+NAME: cache no_cache
 TYPE: acl_access
 DEFAULT: none
 LOC: Config.accessList.noCache
@@ -839,10 +839,11 @@ DOC_START
        You must use the word 'DENY' to indicate the ACL names which should
        NOT be cached.
 
+       Default is to allow all to be cached
 NOCOMMENT_START
 #We recommend you to use the following two lines.
 acl QUERY urlpath_regex cgi-bin \?
-no_cache deny QUERY
+cache deny QUERY
 NOCOMMENT_END
 DOC_END