From 5ad1dbc466e7d5610ad1fec7b0c546a1096299cd Mon Sep 17 00:00:00 2001 From: cde-barros Date: Tue, 5 Dec 2023 16:55:55 +0100 Subject: [PATCH] image nginx unprivileged --- tools/docker/nginx.ign.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/nginx.ign.conf b/tools/docker/nginx.ign.conf index 15805c5a4e..0ea2e41787 100644 --- a/tools/docker/nginx.ign.conf +++ b/tools/docker/nginx.ign.conf @@ -23,7 +23,7 @@ server { #} location / { - root /usr/share/nginx/html/datahub; + root /usr/share/nginx/html/datahub/; try_files $uri $uri/ /index.html; }