Set up for running under gunicorn and nginx.
This commit is contained in:
parent
e90f9b37d4
commit
fc80616eab
6 changed files with 224 additions and 6 deletions
4
README.md
Normal file
4
README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
running:
|
||||
|
||||
sudo nginx -c `pwd`/nginx.conf
|
||||
STACK=prod gunicorn -D --workers 4 -b unix:/tmp/gunicorn.sock --worker-class eventlet -t 500 application:application
|
Reference in a new issue