Remove location block from abuse placeholder so it applies server wide.

This commit is contained in:
Tom Hughes 2009-04-20 17:32:33 +00:00
parent 68360190d5
commit 86f38e1669

View file

@ -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\.(.*)) {