This commit is contained in:
Gogs
2020-05-10 19:08:05 +04:00
parent a80bd7ba4f
commit f21d0ec938

View File

@@ -8,4 +8,4 @@ cd ..
ServiceName=$(python3 Scripts.py --getconfig PROGNAME) ServiceName=$(python3 Scripts.py --getconfig PROGNAME)
echo "Запускаем сервер Gunicorn " $ServiceName 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