Set up for running under gunicorn and nginx.

This commit is contained in:
Ubuntu 2013-10-02 20:42:12 +00:00
parent e90f9b37d4
commit fc80616eab
6 changed files with 224 additions and 6 deletions

4
README.md Normal file
View 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