Updated Directly hosting BlueMap with external webservers (markdown)

Lukas Rieger 2021-03-28 19:40:26 +02:00
parent 14c79c7acf
commit 025091c2ae

@ -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;
}