nits
This commit is contained in:
parent
773ff91b7a
commit
92c384a5e8
2 changed files with 2 additions and 2 deletions
2
examples/agent/.gitignore
vendored
2
examples/agent/.gitignore
vendored
|
@ -1,3 +1,3 @@
|
||||||
squid/ssl_cert/
|
squid/ssl_cert/
|
||||||
squid/ssl_db/
|
squid/ssl_db/
|
||||||
squid/cache/
|
squid/cache/
|
||||||
|
|
|
@ -29,7 +29,7 @@ refresh_pattern -i ($|\.)(files\.pythonhosted\.org|pypi\.org)/.*?\.(whl|zip|tar\
|
||||||
# Cache Debian packages
|
# Cache Debian packages
|
||||||
refresh_pattern \.debian\.org/.*?\.(deb|udeb|tar\.(gz|xz|bz2))$ 129600 100% 129600
|
refresh_pattern \.debian\.org/.*?\.(deb|udeb|tar\.(gz|xz|bz2))$ 129600 100% 129600
|
||||||
|
|
||||||
# Configure cache
|
# Configure cache
|
||||||
cache_dir ufs /var/spool/squid 10000 16 256
|
cache_dir ufs /var/spool/squid 10000 16 256
|
||||||
cache_mem 200 MB
|
cache_mem 200 MB
|
||||||
maximum_object_size 1024 MB
|
maximum_object_size 1024 MB
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue