dynamic domain in tilejson

This commit is contained in:
Zsolt Ero
2024-02-24 19:17:43 +01:00
parent 40a9006b6f
commit 8bba46515b
5 changed files with 29 additions and 19 deletions

View File

@@ -62,10 +62,3 @@ location @empty_tile {
location = / {
return 302 https://openfreemap.org;
}
# catch-all block to deny all other requests
location / {
deny all;
error_log /data/ofm/http_host/logs_nginx/tiles-org-error.log error;
}