X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/483db3a930b78af57b097a28068fda209bf41c77..525ab3da99ed14a2bf1ec2969a8a60a43fe96af9:/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 b8dd26013..eff1526e0 100644 --- a/cookbooks/tilecache/templates/default/squid.conf.erb +++ b/cookbooks/tilecache/templates/default/squid.conf.erb @@ -22,6 +22,7 @@ acl osmtileScrapers browser K\-Meleon\/1\.02$ acl osmtileScrapers browser MSIE.7\.0.*Windows.NT.5\.1.*2\.0\.50727.$ acl osmtileScrapers browser MSIE.5.5 acl osmtileScrapers browser ^LoadOSM\.exe$ +acl osmtileScrapers browser ^app_name$ http_access deny osmtile_sites osmtileScrapers @@ -45,7 +46,9 @@ acl blacklist_path urlpath_regex ^/zecmd/ http_access allow osmtile_sites whitelist_path http_access deny blacklist_path -http_access allow osmtile_sites +acl requestMethodGet method GET + +http_access allow osmtile_sites requestMethodGet acl osmtile_nocache_url urlpath_regex \.png/(status|dirty)$ cache deny osmtile_sites osmtile_nocache_url @@ -80,7 +83,10 @@ acl pool_unlimited src 66.78.217.141 acl pool_unlimited src 162.6.86.34 acl pool_unlimited src 162.6.86.35 acl pool_unlimited src 162.6.86.36 - +#Telenav Whitelist - mvexel +acl pool_unlimited src 108.60.98.6 +#SoTM-EU 2014 +acl pool_unlimited src 185.52.244.32/29 #Allow tile_caches ICP access icp_access allow tile_caches