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

@@ -27,4 +27,10 @@ server {
error_log /data/ofm/http_host/logs_nginx/cf-error.log;
__LOCATION_BLOCKS__
# catch-all block to deny all other requests
location / {
deny all;
error_log /data/ofm/http_host/logs_nginx/__LOCAL__-error.log error;
}
}