]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/squid/templates/default/squid.conf.erb
Enable HTCP on tile caches
[chef.git] / cookbooks / squid / templates / default / squid.conf.erb
index dabb406a345e96a262ad64db5c31b9c34c34adf5..e6fd9bdd621c71f693f383e75b3a6033cd89cd99 100644 (file)
@@ -8,12 +8,16 @@ 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
@@ -150,6 +154,7 @@ logfile_rotate 0
 #MUST BE LAST ACL
 #--------------
 http_access deny all
+htcp_access deny all
 icp_access deny all
 #--------------