From 86f38e16690ea79f5191a39a6267da3a61f6bd83 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 20 Apr 2009 17:32:33 +0000 Subject: [PATCH] Remove location block from abuse placeholder so it applies server wide. --- config/nginx.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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\.(.*)) { -- 2.43.2