]> git.openstreetmap.org Git - chef.git/commitdiff
Enable HTCP on tile caches
authorTom Hughes <tom@compton.nu>
Tue, 29 Oct 2019 21:14:49 +0000 (21:14 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 29 Oct 2019 21:14:49 +0000 (21:14 +0000)
cookbooks/squid/templates/default/squid.conf.erb
cookbooks/tilecache/templates/default/squid.conf.erb

index 51dc0b63ee885cb6afd481a9cd4bfad706a9d27b..e6fd9bdd621c71f693f383e75b3a6033cd89cd99 100644 (file)
@@ -16,6 +16,8 @@ max_filedescriptors 98304
 
 #used by squidclient / munin
 http_port 3128
+#HTCP
+htcp_port 4827
 #ICP
 icp_port 3130
 log_icp_queries off
@@ -152,6 +154,7 @@ logfile_rotate 0
 #MUST BE LAST ACL
 #--------------
 http_access deny all
+htcp_access deny all
 icp_access deny all
 #--------------
 
index 08d22812dd075c4f319be896569416d202450aa6..2cf9db3937ccb8541420b3dc48f2f483086b5c3c 100644 (file)
@@ -152,6 +152,9 @@ acl pool_unlimited src <%= address %>
 # Juno Minsk office - me@komzpa.net
 acl pool_unlimited src 212.98.173.54
 
+#Allow tile_caches HTCP access
+htcp_access allow tile_caches
+
 #Allow tile_caches ICP access
 icp_access allow tile_caches