X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d0446717f1f755850a9698fcf1998e7fc8614837..8fef504b800523a2b99f53f5ffd2db1661417dc5:/cookbooks/squid/templates/default/squid.conf.erb?ds=sidebyside diff --git a/cookbooks/squid/templates/default/squid.conf.erb b/cookbooks/squid/templates/default/squid.conf.erb index a2f38b73f..e6fd9bdd6 100644 --- a/cookbooks/squid/templates/default/squid.conf.erb +++ b/cookbooks/squid/templates/default/squid.conf.erb @@ -1,12 +1,23 @@ # DO NOT EDIT - This file is being maintained by Chef +#configure host name +visible_hostname <%= node.name %> + #FIXME - configurable cache_mem <%= node[:squid][:cache_mem] %> +<% if node[:squid][:version] > 2 -%> + +workers <%= node[:cpu][:total] %> + +error_log_languages off +<% end -%> max_filedescriptors 98304 #used by squidclient / munin http_port 3128 +#HTCP +htcp_port 4827 #ICP icp_port 3130 log_icp_queries off @@ -16,9 +27,6 @@ log_icp_queries off http_port 80 accel defaultsite=tile.openstreetmap.org tcpkeepalive=60,10,6 http11 <% else -%> http_port 80 accel no-vhost defaultsite=tile.openstreetmap.org tcpkeepalive=60,10,6 - -#prefer IPv4 until everything is upgraded -dns_v4_first on <% end -%> cache_effective_user proxy @@ -46,7 +54,14 @@ cache_replacement_policy heap LFUDA memory_replacement_policy heap GDSF server_persistent_connections on +<% if node[:squid][:version] < 3 -%> persistent_request_timeout 1 minutes +<% else -%> +client_idle_pconn_timeout 1 minutes +<% end -%> +<% if node[:squid][:version] > 3 -%> +pconn_lifetime 5 minutes +<% end -%> negative_ttl 15 seconds half_closed_clients off @@ -61,7 +76,9 @@ request_timeout 90 seconds connect_timeout 20 seconds client_lifetime 1 hours +<% if node[:squid][:version] < 4 -%> collapsed_forwarding on +<% end -%> <% if node[:squid][:version] < 3 -%> refresh_stale_hit 300 seconds <% end -%> @@ -137,6 +154,7 @@ logfile_rotate 0 #MUST BE LAST ACL #-------------- http_access deny all +htcp_access deny all icp_access deny all #--------------