role service-nginx(-meshviewer): fix typos

This commit is contained in:
Julian Labus 2018-09-20 11:28:04 +02:00
parent ad3107fd0c
commit da9ab1430c
No known key found for this signature in database
GPG key ID: 8AF209F2C6B3572A
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ meshviewer_src: "/home/admin/clones/meshviewer"
map_layers: map_layers:
- osm_mapnik_cached: - osm_mapnik_cached:
name: 'OpenStreetMap.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 max_zoom: 19
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>' attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
- osm_mapnik: - osm_mapnik:

View file

@ -48,6 +48,6 @@ server {
allow {{ lookup('dig', host, 'qtype=AAAA') }}; allow {{ lookup('dig', host, 'qtype=AAAA') }};
deny all; deny all;
{% endfor %} {% endfor %}
{% endif %}
} }
{% endif %}
} }