I am deploying my rest application using wsgi + flask and starting it using
uwsgi --socket 0.0.0.0:5000 --protocol=http -w wsgi --threads 4 --enable-threads -