From: Tom Hughes Date: Tue, 29 Oct 2019 22:13:19 +0000 (+0000) Subject: Use HTCP for cache peer queries X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/fa50a84060d31d9a343e113f4b5cc143a9f8bcef Use HTCP for cache peer queries --- diff --git a/cookbooks/tilecache/templates/default/squid.conf.erb b/cookbooks/tilecache/templates/default/squid.conf.erb index 4b1145497..2184b1be5 100644 --- a/cookbooks/tilecache/templates/default/squid.conf.erb +++ b/cookbooks/tilecache/templates/default/squid.conf.erb @@ -119,7 +119,7 @@ acl tile_caches src <%= address %> # Siblings <% node[:tilecache][:tile_siblings].each do |sibling| -%> -cache_peer <%= sibling %> sibling 3128 3130 weight=1500 +cache_peer <%= sibling %> sibling 3128 4827 htcp weight=1500 <% end -%> # Primary Parent