From 14c79c7acf633f79af07cd02c509c360f9d87cc6 Mon Sep 17 00:00:00 2001 From: Lukas Rieger Date: Sun, 28 Mar 2021 14:02:46 +0200 Subject: [PATCH] whoops --- Directly-hosting-BlueMap-with-external-webservers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directly-hosting-BlueMap-with-external-webservers.md b/Directly-hosting-BlueMap-with-external-webservers.md index 4a48a05..417ec30 100644 --- a/Directly-hosting-BlueMap-with-external-webservers.md +++ b/Directly-hosting-BlueMap-with-external-webservers.md @@ -30,7 +30,7 @@ server { # map-tiles are stored compressed, and they have a fallback file that should be returned if the tile does not exist location /data/ { - try_files $uri /bluemap-test/assets/emptyTile.json; + try_files $uri /assets/emptyTile.json; gzip_static always; }