From 1b7dde229a1b3a8953d7ed7fc8d5728f707f5a9e Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Mon, 8 Jan 2024 19:32:52 +0100 Subject: [PATCH] nginx fix --- scripts/http_host/http_host_lib/templates/nginx_cf.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http_host/http_host_lib/templates/nginx_cf.conf b/scripts/http_host/http_host_lib/templates/nginx_cf.conf index 7dac234..034be5a 100644 --- a/scripts/http_host/http_host_lib/templates/nginx_cf.conf +++ b/scripts/http_host/http_host_lib/templates/nginx_cf.conf @@ -41,7 +41,7 @@ server { location /ne/ { # trailing slash - alias /data/ofm/http_host/assets/natural_earth/tiles; # trailing slash + alias /data/ofm/http_host/assets/natural_earth/tiles/; # trailing slash try_files $uri =404; expires 1d; # target 10y