]> Nutra Git (v1) - nutratech/vps-root.git/commitdiff
use /var/www/app/ for root app
authornutra-bot <nutradigest@gmail.com>
Sat, 8 Apr 2023 23:16:12 +0000 (18:16 -0500)
committernutra-bot <nutradigest@gmail.com>
Sat, 8 Apr 2023 23:16:12 +0000 (18:16 -0500)
etc/nginx/sites-available/default

index 7389bc7357749eaae118743ab4ff902d106f42be..6c70da33d950c6f403c68df7885160bce72fe03c 100644 (file)
@@ -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;
   }