This commit is contained in:
Aevann1 2021-11-03 00:13:41 +02:00
parent 3ab66b8693
commit c523c28783
10 changed files with 22 additions and 22 deletions

2
setup
View file

@ -12,4 +12,4 @@ sudo apt -y install ffmpeg
mkdir /songs
cp ./env /env
. /env
gunicorn files.__main__:app -k gevent -w 1 --reload -b 0.0.0.0:80 --max-requests 1000 --max-requests-jitter 500
gunicorn files.__main__:app -k gevent -w 1 --reload -b 127.0.0.1:80 --max-requests 1000 --max-requests-jitter 500