provision for offline map
This commit is contained in:
@@ -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 ~ ....-..-.. {
|
||||
|
||||
Reference in New Issue
Block a user