mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-25 12:05:13 +01:00
Updated Directly hosting BlueMap with external webservers (markdown)
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
|
# map-tiles are stored compressed, and they have a fallback file that should be returned if the tile does not exist
|
||||||
location /data/ {
|
location /data/ {
|
||||||
try_files $uri /assets/emptyTile.json;
|
|
||||||
gzip_static always;
|
gzip_static always;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user