fd
This commit is contained in:
parent
79615d9731
commit
23e90cc95e
1 changed files with 1 additions and 1 deletions
2
setup
2
setup
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue