X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e923df607a12d4a184b252723df0473bb7d3f5f3..4ff618df7ab58cc64951b6459ebc3c34e6c676c8:/cookbooks/tilecache/templates/default/squid.conf.erb diff --git a/cookbooks/tilecache/templates/default/squid.conf.erb b/cookbooks/tilecache/templates/default/squid.conf.erb index 08d22812d..69e91976b 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 @@ -151,9 +151,14 @@ acl pool_unlimited src <%= address %> # Juno Minsk office - me@komzpa.net acl pool_unlimited src 212.98.173.54 +<% if node[:squid][:version] < 4 -%> + +#Allow tile_caches HTCP access +htcp_access allow tile_caches #Allow tile_caches ICP access icp_access allow tile_caches +<% end %> <% (0..127).each do |i| -%> acl pool_<%= sprintf("%03d", 2*i) %> src <%= 2*i %>.0.0.0/7