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

@@ -169,3 +169,4 @@ CheckPip "config"
CheckPip "dnspython"
CheckPip "python-whois"
CheckPip "websockets"
CheckPip "Flask-Cors"

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

View File

@@ -24,4 +24,4 @@ if [ ! -d "$DIR" ]; then
fi
#Копируем настройки
rsync -ah --delete db/Settings $DIR
#rsync -ah --delete db/Settings $DIR