forked from rDrama/rDrama
1
0
Fork 0

Update setup

master
Aevann1 2022-01-23 11:32:57 -08:00 committed by GitHub
parent fcc2788648
commit 2eb923a94d
1 changed files with 3 additions and 3 deletions

6
setup
View File

@ -13,6 +13,6 @@ sudo apt -y install gunicorn
sudo apt -y install ffmpeg
mkdir /songs
mkdir /images
cp ./env /env
. /env
sudo -E gunicorn files.__main__:app -k gevent -w 2 --reload -b localhost:80 --max-requests 1000 --max-requests-jitter 500
cp ./env.sh /env.sh
. /env.sh
sudo -E gunicorn files.__main__:app -k gevent -w 2 --reload -b localhost:80 --max-requests 1000 --max-requests-jitter 500