From 92e1b6ee4e9aacfd8aa3277142406ceaa4b82979 Mon Sep 17 00:00:00 2001 From: nutra-bot Date: Sat, 8 Apr 2023 18:16:12 -0500 Subject: [PATCH] use /var/www/app/ for root app --- etc/nginx/sites-available/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nginx/sites-available/default b/etc/nginx/sites-available/default index 7389bc7..6c70da3 100644 --- a/etc/nginx/sites-available/default +++ b/etc/nginx/sites-available/default @@ -13,7 +13,7 @@ server { # React app (base URL) location / { - root /var/www/react_app; + root /var/www/app; index index.html; try_files $uri $uri/ /index.html =404; } -- 2.52.0