Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Dec 20, 2023
1 parent d1252ab commit d2be040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/http_host/nginx_site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ server {
try_files $uri @empty;
}

# we need to handle missing tiles as valid request returning empty string
location @empty {
default_type application/x-protobuf;
return 200 '';
Expand Down

0 comments on commit d2be040

Please sign in to comment.