master
Aevann1 2021-09-14 05:45:51 +02:00
parent ed19c74913
commit 2ac3ae19d3
1 changed files with 1 additions and 1 deletions

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