From 058c170d0182547fa1a848d41e31342e121fdcad Mon Sep 17 00:00:00 2001 From: Scott Cathcart Date: Sun, 17 Nov 2024 16:36:51 -0500 Subject: [PATCH] another try for try_files --- nginx/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/default.conf b/nginx/default.conf index 6155d6e..4a9caed 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -15,6 +15,6 @@ server { # react app specific location / { - try_files $uri /index.html; + try_files $uri $uri/ =404; } } \ No newline at end of file