]> git.openstreetmap.org Git - chef.git/commitdiff
Squid: add ICP port
authorGrant Slater <git@firefishy.com>
Fri, 9 Aug 2013 11:14:41 +0000 (12:14 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 9 Aug 2013 11:14:41 +0000 (12:14 +0100)
cookbooks/squid/templates/default/squid.conf.erb

index 72ff9774069139cda463e110ffa36fee5234e6b1..8bf4ef100c282a99d497fd72511936934d2bc7e4 100644 (file)
@@ -6,7 +6,9 @@ cache_mem  <%= node[:squid][:cache_mem] %>
 max_filedescriptors 65536
 
 #used by squidclient / munin
 max_filedescriptors 65536
 
 #used by squidclient / munin
-http_port 127.0.0.1:3128
+http_port 3128
+#ICP
+icp_port 3130
 
 #FIXME - configurable
 http_port 80 accel defaultsite=tile.openstreetmap.org tcpkeepalive=60,10,6 http11
 
 #FIXME - configurable
 http_port 80 accel defaultsite=tile.openstreetmap.org tcpkeepalive=60,10,6 http11