Remove location block from abuse placeholder so it applies server wide.
This commit is contained in:
parent
68360190d5
commit
86f38e1669
1 changed files with 1 additions and 3 deletions
|
@ -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\.(.*)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue