Merge "Update squid element to reflect current usage"

This commit is contained in:
Jenkins 2015-12-01 22:50:27 +00:00 committed by Gerrit Code Review
commit e6720d3d9f
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@ http_port 3128
# maximum_object_size must come before cache_dir to be active
maximum_object_size 1024 MB
cache_dir aufs /var/spool/squid 4096 16 256
cache_dir aufs /var/spool/squid 8192 16 256
# Leave coredumps in the first cache dir
coredump_dir /var/spool/squid
@ -60,5 +60,6 @@ coredump_dir /var/spool/squid
#
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i repomd.xml$ 0 0% 0
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 1440