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;