From 6192e87391bff7d2a5b0a2c72a29e58aa2df00b4 Mon Sep 17 00:00:00 2001 From: hno <> Date: Sat, 27 May 2006 04:33:24 +0000 Subject: [PATCH] Rename no_cache to cache to better reflect the logics of the directive (no_cache kept as an alias) --- src/cf.data.pre | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index ccbb0d8574..b1e8f8f2b5 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -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 -- 2.39.5