mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
fix glitch in osm-vector-maps-nginx.conf
This commit is contained in:
parent
cdef90d1a5
commit
35ac04ea3b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# For downloadable regional vector tilesets
|
||||
location /maps {
|
||||
rewrite ^/maps/(.*)$ /osm-vector-maps/$1;
|
||||
rewrite ^/maps(.*)$ /osm-vector-maps$1;
|
||||
}
|
||||
location /osm-vector-maps {
|
||||
alias /library/www/osm-vector-maps;
|
||||
|
|
Loading…
Reference in a new issue