diff --git a/setup b/setup index 12e00bcbd..ffc2aa8cd 100644 --- a/setup +++ b/setup @@ -13,4 +13,4 @@ sudo apt -y install python3-pip sudo pip3 install -r requirements.txt sudo apt -y install gunicorn . ./env -env \ No newline at end of file +sudo 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