1
0
Fork 0
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:
Tim Moody 2019-12-29 13:41:34 -05:00
parent cdef90d1a5
commit 35ac04ea3b

View file

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