mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
comment
This commit is contained in:
@@ -13,6 +13,7 @@ server {
|
|||||||
try_files $uri @empty;
|
try_files $uri @empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# we need to handle missing tiles as valid request returning empty string
|
||||||
location @empty {
|
location @empty {
|
||||||
default_type application/x-protobuf;
|
default_type application/x-protobuf;
|
||||||
return 200 '';
|
return 200 '';
|
||||||
|
|||||||
Reference in New Issue
Block a user