From 025091c2ae8de96bead9d6f92768e892da4942dc Mon Sep 17 00:00:00 2001 From: Lukas Rieger Date: Sun, 28 Mar 2021 19:40:26 +0200 Subject: [PATCH] Updated Directly hosting BlueMap with external webservers (markdown) --- Directly-hosting-BlueMap-with-external-webservers.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Directly-hosting-BlueMap-with-external-webservers.md b/Directly-hosting-BlueMap-with-external-webservers.md index 417ec30..ec930cc 100644 --- a/Directly-hosting-BlueMap-with-external-webservers.md +++ b/Directly-hosting-BlueMap-with-external-webservers.md @@ -30,7 +30,6 @@ 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 /assets/emptyTile.json; gzip_static always; }