From: Grant Slater Date: Wed, 25 Sep 2013 13:41:26 +0000 (+0100) Subject: squid: remove squid block on scraper for now - me being overly nice X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/0550f542fdad6aa68fe6afb032587b9a635c0870?hp=c2a0e0bad113c68958cac224bc5f46cc1524d377 squid: remove squid block on scraper for now - me being overly nice --- diff --git a/cookbooks/tilecache/templates/default/squid.conf.erb b/cookbooks/tilecache/templates/default/squid.conf.erb index ed74b4f92..831fd60d5 100644 --- a/cookbooks/tilecache/templates/default/squid.conf.erb +++ b/cookbooks/tilecache/templates/default/squid.conf.erb @@ -1,8 +1,8 @@ acl osmtile_sites dstdomain a.tile.openstreetmap.org b.tile.openstreetmap.org c.tile.openstreetmap.org tile.openstreetmap.org a.tile.osm.org b.tile.osm.org c.tile.osm.org tile.osm.org acl osmtiles_png urlpath_regex .png$ -acl osmtileScrapers browser ^offlinemap\-lite -http_access deny osmtile_sites osmtileScrapers +#acl osmtileScrapers browser ^offlinemap\-lite +#http_access deny osmtile_sites osmtileScrapers http_access allow osmtile_sites