I am developing a flask application and using nginx+uwsgi
I wanted to know what the best way to reload the app; after changes are made.
I was either looking for an init script to simply restart uwsgi or something I can do to call uwsgi.reload
Obviously I don't need this for production, but it would make it easy to developing
I have looked on the list but not exactly sure what the best practice is. Thanks. _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
