No description
.ebextensions | ||
auth | ||
certs | ||
data | ||
endpoints | ||
static | ||
storage | ||
templates | ||
util | ||
.gitignore | ||
app.py | ||
application.py | ||
config.py | ||
initdb.py | ||
nginx.conf | ||
README.md | ||
requirements-nover.txt | ||
requirements.txt | ||
test.db | ||
wsgi.conf |
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