From 7f7be27b952c8dc55ed7d7a5a1996417010b7c53 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 10 Sep 2025 06:20:49 -0400 Subject: [PATCH] ng config --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index 2dad200..cfd8c18 100755 --- a/run.sh +++ b/run.sh @@ -22,7 +22,7 @@ else npm run build # Testing sometimes # npm run start -# nginx -g 'daemon off;' -c /usr/src/app/nginx.conf -# nginx -c /usr/src/app/nginx.conf + nginx -g 'daemon off;' -c /usr/src/app/nginx.conf + nginx -c /usr/src/app/nginx.conf fi