]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Restrict the cgi-bin refresh pattern to just */cgi-bin/*
authorhno <>
Fri, 8 Feb 2008 18:20:27 +0000 (18:20 +0000)
committerhno <>
Fri, 8 Feb 2008 18:20:27 +0000 (18:20 +0000)
src/cf.data.pre

index c9c1ab52a4eea774b87ce7ab830821f76b1c3abe..00935d0e6586da89e59cd1fb4bb4077ea18966d0 100644 (file)
@@ -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