Updates
This commit is contained in:
9
shell/Gunicorn.sh
Executable file
9
shell/Gunicorn.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
|
||||
echo "Подготовка..."
|
||||
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
|
||||
Reference in New Issue
Block a user