From: Tom Hughes Date: Mon, 20 Apr 2009 17:32:33 +0000 (+0000) Subject: Remove location block from abuse placeholder so it applies server wide. X-Git-Tag: live~7592 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/86f38e16690ea79f5191a39a6267da3a61f6bd83?ds=sidebyside Remove location block from abuse placeholder so it applies server wide. --- diff --git a/config/nginx.conf b/config/nginx.conf index d63b82b6f..876f2c2a5 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -139,9 +139,7 @@ http { } # Placeholder for blocking abuse - location / { - allow all; - } + allow all; # Map api.openstreetmap/0.n/... to api.openstreetmap/api/0.n/... if ($host ~* api\.(.*)) {