From d2be0409cdeb50a5490b1ae9f7dcae391e51090f Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Wed, 20 Dec 2023 15:36:29 +0100 Subject: [PATCH] comment --- scripts/http_host/nginx_site.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/http_host/nginx_site.conf b/scripts/http_host/nginx_site.conf index 6760c03..1f8d4b9 100644 --- a/scripts/http_host/nginx_site.conf +++ b/scripts/http_host/nginx_site.conf @@ -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 '';