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