From: hno <> Date: Fri, 8 Feb 2008 18:20:27 +0000 (+0000) Subject: Restrict the cgi-bin refresh pattern to just */cgi-bin/* X-Git-Tag: BASIC_TPROXY4~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89db45fab46d32a83ffe6c36288a8293d2633d79;p=thirdparty%2Fsquid.git Restrict the cgi-bin refresh pattern to just */cgi-bin/* --- diff --git a/src/cf.data.pre b/src/cf.data.pre index c9c1ab52a4..00935d0e65 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.499 2008/02/08 02:07:11 hno Exp $ +# $Id: cf.data.pre,v 1.500 2008/02/08 11:20:27 hno Exp $ # # SQUID Web Proxy Cache http://www.squid-cache.org/ # ---------------------------------------------------------- @@ -2656,7 +2656,7 @@ Suggested default: NOCOMMENT_START refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 -refresh_pattern (cgi-bin|\?) 0 0% 0 +refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 refresh_pattern . 0 20% 4320 NOCOMMENT_END DOC_END