diff options
Diffstat (limited to 'etc/squid3/squid.conf')
-rw-r--r-- | etc/squid3/squid.conf | 5 |
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) |