X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9653afdbeb1105195a1f10a3a7ccc32d73df124f..a2900827db68ded079ed6a9f7d275aa618ed311d:/cookbooks/tile/templates/default/apache.erb diff --git a/cookbooks/tile/templates/default/apache.erb b/cookbooks/tile/templates/default/apache.erb index 292744195..f6364cc98 100644 --- a/cookbooks/tile/templates/default/apache.erb +++ b/cookbooks/tile/templates/default/apache.erb @@ -43,9 +43,12 @@ RewriteRule ^/(-?\d+)/(-?\d+)/(-?\d+)\.png/dirty/?$ /default/$1/$2/$3.png/dirty [PT,T=text/plain,L] # Historical Files redirect - Redirect /processed_p.tar.bz2 http://planet.openstreetmap.org/historical-shapefiles/processed_p.tar.bz2 - Redirect /shoreline_300.tar.bz2 http://planet.openstreetmap.org/historical-shapefiles/shoreline_300.tar.bz2 - Redirect /world_boundaries-spherical.tgz http://planet.openstreetmap.org/historical-shapefiles/world_boundaries-spherical.tgz + RedirectPermanent /processed_p.tar.bz2 https://planet.openstreetmap.org/historical-shapefiles/processed_p.tar.bz2 + RedirectPermanent /shoreline_300.tar.bz2 https://planet.openstreetmap.org/historical-shapefiles/shoreline_300.tar.bz2 + RedirectPermanent /world_boundaries-spherical.tgz https://planet.openstreetmap.org/historical-shapefiles/world_boundaries-spherical.tgz + + # Redirect ACME certificate challenges + RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/ @@ -59,21 +62,3 @@ AllowOverride None Require all granted - - - - Require all granted - Require not ip 60.199.131.39 - Require not ip 92.217.67.26 - Require not ip 103.53.208.109 - Require not ip 113.196.123.178 - Require not ip 118.193.51.194 - Require not ip 119.188.70.34 - Require not ip 165.228.125.15 - Require not ip 171.13.14.152 - Require not ip 171.15.132.56 - Require not ip 199.203.108.5 - Require not ip 210.209.89.127 - Require not ip 210.65.88.6 - -