role service-nginx(-meshviewer): fix typos
This commit is contained in:
parent
ad3107fd0c
commit
da9ab1430c
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ meshviewer_src: "/home/admin/clones/meshviewer"
|
|||
map_layers:
|
||||
- osm_mapnik_cached:
|
||||
name: 'OpenStreetMap.Mapnik CACHED'
|
||||
url: 'https://{{ http_meshviewer_external }}/{z}/{x}/{y}.png'
|
||||
url: 'https://{{ http_meshviewer_external }}/tiles/{z}/{x}/{y}.png'
|
||||
max_zoom: 19
|
||||
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
||||
- osm_mapnik:
|
||||
|
|
|
@ -48,6 +48,6 @@ server {
|
|||
allow {{ lookup('dig', host, 'qtype=AAAA') }};
|
||||
deny all;
|
||||
{% endfor %}
|
||||
}
|
||||
{% endif %}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue