From ec3eb1b0015815d45dccb7eddf6e0107beb77a1b Mon Sep 17 00:00:00 2001 From: venthon Date: Mon, 7 Oct 2024 11:20:30 +0700 Subject: [PATCH] ES-1673 Signed-off-by: venthon --- signup-ui/nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/signup-ui/nginx/nginx.conf b/signup-ui/nginx/nginx.conf index ca7cfb5b..6708c13b 100644 --- a/signup-ui/nginx/nginx.conf +++ b/signup-ui/nginx/nginx.conf @@ -30,6 +30,7 @@ http { } location /subdirectory/ { + # alias /path/to/your/react-ts-app/build; root /path/to/your/react-ts-app/build; try_files $uri $uri/ /subdirectory/index.html; }