Updated Directly hosting BlueMap with external webservers (markdown)

Lukas Rieger 2021-03-28 21:32:20 +02:00
parent 025091c2ae
commit ddd72cb486

@ -30,6 +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/ {
error_page 404 =200 /assets/emptyTile.json;
gzip_static always;
}