This commit is contained in:
Zsolt Ero
2023-12-21 12:50:36 +01:00
parent aaf9d2c74e
commit 1bae6bf2e1
7 changed files with 10 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ server {
# we need to handle missing tiles as valid request returning empty string
location @empty {
default_type application/x-protobuf;
default_type application/vnd.mapbox-vector-tile;
return 200 '';
}
}