diff --git a/setup b/setup index 9c50a7082..d08940c10 100644 --- a/setup +++ b/setup @@ -14,7 +14,6 @@ sudo pip3 install -r requirements.txt sudo apt -y install gunicorn sudo apt -y install ffmpeg mkdir /songs -tmux cp ./env /env . /env gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/ --max-requests 10000 --max-requests-jitter 500 \ No newline at end of file