provision for offline map

This commit is contained in:
Matthias Wirth
2022-04-16 06:39:18 +02:00
parent 15936cf43f
commit 1b6be446e1
7 changed files with 43 additions and 3 deletions

View File

@@ -30,6 +30,10 @@ location /INSTANCE/data/ {
}
}
location /INSTANCE/osm_tiles_offline/ {
alias /usr/local/share/osm_tiles_offline/;
}
location /INSTANCE/globe_history/ {
alias /var/globe_history/;
gzip on;
@@ -40,7 +44,6 @@ location /INSTANCE/globe_history/ {
add_header Cache-Control "public, no-cache";
gzip_static on;
#gunzip on;
}
location ~ ....-..-.. {