This commit is contained in:
Gogs
2020-05-10 18:55:36 +04:00
parent 6a2cd57e6e
commit a4a68833a1
3 changed files with 3 additions and 2 deletions

View File

@@ -6,4 +6,4 @@ sh Prepare.sh
cd ..
echo "Запускаем сервер Gunicorn с Проигрывателем записей разговоров..."
gunicorn -w 4 --timeout 900 --keep-alive 900 --keyfile=/etc/letsencrypt/live/elforcer.udm.ru/privkey.pem --certfile=/etc/letsencrypt/live/elforcer.udm.ru/cert.pem --bind 0.0.0.0:8001 StartServer:app
gunicorn -w 4 --timeout 900 --keep-alive 900 --bind 0.0.0.0:8001 StartServer:app