From 5fbdaa27bd7daf49e258ff586c5ee50de0ada055 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Fri, 18 Jul 2014 17:09:44 +0200 Subject: squid3: add refresh patterns for Debian repos --- etc/squid3/squid.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc/squid3/squid.conf') 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) -- cgit v1.2.3-70-g09d2