This commit is contained in:
Aevann1 2021-09-14 05:45:51 +02:00
parent 79615d9731
commit 23e90cc95e

2
setup
View file

@ -13,4 +13,4 @@ sudo apt -y install python3-pip
sudo pip3 install -r requirements.txt
sudo apt -y install gunicorn
. ./env
env
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