From: Amos Jeffries Date: Fri, 12 Feb 2010 00:30:46 +0000 (+1300) Subject: UPdated refresh pattern for dynamic pages X-Git-Tag: SQUID_3_0_STABLE24~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8064811e17f800e27ebe67cfcc998727cdb404e;p=thirdparty%2Fsquid.git UPdated refresh pattern for dynamic pages This brings 3.0 into line with the more correct version already in 3.1. It catches less false-postives on dynamic URLs. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 03017a5ea2..dbdc29b38e 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -2624,10 +2624,10 @@ DOC_START 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 . 0 20% 4320 +refresh_pattern ^ftp: 1440 20% 10080 +refresh_pattern ^gopher: 1440 0% 1440 +refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 +refresh_pattern . 0 20% 4320 NOCOMMENT_END DOC_END