remotes/1693045480750635534/spooky-22
Aevann1 2021-09-08 09:10:29 +02:00
parent 4c92678c04
commit 0799d61563
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
source /env
killall gunicorn
gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/
gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80

2
setup
View File

@ -14,4 +14,4 @@ sudo apt install python3-pip
sudo pip3 install -r requirements.txt
sudo cp env /env
sudo apt install gunicorn
sudo gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/
sudo gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80