From 18ac60b6743d2af6456b9b89f54ff304e7165f9b Mon Sep 17 00:00:00 2001 From: Scott Cathcart Date: Sun, 17 Nov 2024 16:41:37 -0500 Subject: [PATCH] set default root --- nginx/default.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/default.conf b/nginx/default.conf index 4a9caed..dce6020 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -15,6 +15,7 @@ server { # react app specific location / { + root /usr/share/nginx/html; try_files $uri $uri/ =404; } } \ No newline at end of file