whoops

Lukas Rieger 2021-03-28 14:02:46 +02:00
parent 02deb678e9
commit 14c79c7acf

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