Categories
How to run flask application on gunicorn?
This is https://github.com/miguelgrinberg/flask-pycon2014 launched on vagrant, nginx is proxied to port 80. How to run this application on gunicorn?
Answer the question
In order to leave comments, you need to log in
gunicorn manage:app -b 127.0.0.1:5000
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question