From 2ac3ae19d3e7e9d2ccbe653a09e613ac9c0f1043 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 14 Sep 2021 05:45:51 +0200 Subject: [PATCH] fd --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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