Hello Now that Nginx supports uwsgi natively (since 0.8.40), I'd like to learn how to write WSGI Python scripts.
I'm a bit puzzled as to how to go from here, though. Some Python scripts simply include "from wsgiref.simple_server import make_server".. http://webpython.codepoint.net/wsgi_environment_dictionary ... while others refer to what seems like an independant binary http://bartek.im/blog/2012/07/08/simplicity-nginx-uwsgi-deployment.html Is the Python version and the stand-alone version different implementations of WSGI servers, and the latter is what's provided by http://projects.unbit.it/uwsgi/ ? Provided I'd rather use the stand-alone version, is there a tutorial to show how to configure Nginx 0.8.40+ to work with uWSGI? Thank you. _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
