From 9619810ae7aef45aada28fbddf951b91d6f659af Mon Sep 17 00:00:00 2001 From: Brayan Pereyra Date: Fri, 5 Sep 2025 15:34:12 +0000 Subject: [PATCH] Review nginx template --- nginx.template | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.template b/nginx.template index ab859fbdc..953748a22 100644 --- a/nginx.template +++ b/nginx.template @@ -2,6 +2,7 @@ server { listen 2100; listen [::]:2100; server_name _; + root /app/lurana/luos/workflow/public_html; index index.html index.php;