I\'ve been working on a new dev platform using nginx/gunicorn and Flask for my application.
Ops-wise, everything works fine - the issue I\'m having is with debugging
I used this:
gunicorn "swagger_server.__main__:app" -w 4 -b 0.0.0.0:8080