Updates
This commit is contained in:
@@ -169,3 +169,4 @@ CheckPip "config"
|
|||||||
CheckPip "dnspython"
|
CheckPip "dnspython"
|
||||||
CheckPip "python-whois"
|
CheckPip "python-whois"
|
||||||
CheckPip "websockets"
|
CheckPip "websockets"
|
||||||
|
CheckPip "Flask-Cors"
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ sh Prepare.sh
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo "Запускаем сервер Gunicorn с Проигрывателем записей разговоров..."
|
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
|
||||||
|
|||||||
@@ -24,4 +24,4 @@ if [ ! -d "$DIR" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#Копируем настройки
|
#Копируем настройки
|
||||||
rsync -ah --delete db/Settings $DIR
|
#rsync -ah --delete db/Settings $DIR
|
||||||
|
|||||||
Reference in New Issue
Block a user