From 147c584167d4f6bc2c319c7273ae1d72e8ec9ff1 Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Sat, 12 Mar 2022 19:48:57 +0100 Subject: [PATCH] Update start.sh --- deploy/start.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy/start.sh b/deploy/start.sh index 9390f6d..c3d2da3 100644 --- a/deploy/start.sh +++ b/deploy/start.sh @@ -1,3 +1,5 @@ #!/usr/bin/env sh -nginx -g "daemon off;" & -uwsgi --ini deploy/uwsgi.ini +#nginx -g "daemon off;" & +#uwsgi --ini deploy/uwsgi.ini + +python3 ../app.py \ No newline at end of file