From 5b3594a56458f9a50984f1766ee227a4c1e4c287 Mon Sep 17 00:00:00 2001 From: Nathan Miller Date: Mon, 4 Dec 2023 12:03:04 -0500 Subject: [PATCH] a2-2147 : NGINX conf updates --- nginx-custom.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nginx-custom.conf b/nginx-custom.conf index 7848df6..cf49b37 100644 --- a/nginx-custom.conf +++ b/nginx-custom.conf @@ -3,8 +3,7 @@ server { server_name localhost; location /ui/ { - root /usr/share/nginx/app; - index index.html index.htm; + alias /usr/share/nginx/app/; try_files $uri $uri/ /ui/index.html; }