summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2014-07-18 17:09:44 +0200
committerHolger Levsen <holger@layer-acht.org>2014-07-21 13:00:45 +0200
commit5fbdaa27bd7daf49e258ff586c5ee50de0ada055 (patch)
tree7984d2c2e07eee7710e3167654212ce46f00d803 /etc
parent92332dc36d87282398c0eb698d13560122fbf08c (diff)
downloadjenkins.debian.net-5fbdaa27bd7daf49e258ff586c5ee50de0ada055.tar.xz
squid3: add refresh patterns for Debian repos
Diffstat (limited to 'etc')
-rw-r--r--etc/squid3/squid.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/squid3/squid.conf b/etc/squid3/squid.conf
index 36cd53d0..8b369196 100644
--- a/etc/squid3/squid.conf
+++ b/etc/squid3/squid.conf
@@ -3113,6 +3113,11 @@ coredump_dir /var/spool/squid3
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
+refresh_pattern /(|In)Release(|\.gpg)$ 0 0% 0
+refresh_pattern /(Packages|Sources)(|\.gz|\.bz2|\.xz)$ 0 0% 0
+refresh_pattern \.deb$ 129600 100% 129600
+refresh_pattern \.udeb$ 129600 100% 129600
+refresh_pattern \.tar\.(gz|bz2|xz|lzma)$ 129600 100% 129600
refresh_pattern . 0 20% 4320
# TAG: quick_abort_min (KB)