From f21d0ec93842f1d82d1c33d17437cf5176e5efff Mon Sep 17 00:00:00 2001 From: Gogs Date: Sun, 10 May 2020 19:08:05 +0400 Subject: [PATCH] Updates --- shell/Gunicorn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/Gunicorn.sh b/shell/Gunicorn.sh index 442d284..984f5f0 100755 --- a/shell/Gunicorn.sh +++ b/shell/Gunicorn.sh @@ -8,4 +8,4 @@ cd .. ServiceName=$(python3 Scripts.py --getconfig PROGNAME) echo "Запускаем сервер Gunicorn " $ServiceName -gunicorn -w 4 --timeout 900 --keep-alive 900 --bind 0.0.0.0:8001 StartServer:app +gunicorn -w 4 --timeout 900 --keep-alive 900 --bind 0.0.0.0:8009 StartServer:app