From fa50a84060d31d9a343e113f4b5cc143a9f8bcef Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 29 Oct 2019 22:13:19 +0000 Subject: [PATCH] Use HTCP for cache peer queries --- cookbooks/tilecache/templates/default/squid.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2