Showing posts with label uwsgi. Show all posts
Showing posts with label uwsgi. Show all posts
Saturday, October 24, 2015
Running multiple python apps with nginx and uwsgi in emperor mode
Quote from site
Thursday, November 13, 2014
Setting up Django and your web server with uWSGI and nginx
Nice documentation which helped me very much
http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html
http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html
Saturday, July 12, 2014
Running multiplie Python apps with uwsgi and nginx
Quote from site :
This is a recipe on how to easily run multiple Python web applications using uwsgi server (in emperor mode) and behind nginx. Most existing docs and blogs would show how to manually start uwsgi to run a single app. In this post, I'll show how to configure uwsgi as a system service (with upstart) capable of serving multiple python WSGI compliant web applications by simply placing them in a standard location and adding an standard xml file.
http://jawher.me/2012/03/16/multiple-python-apps-with-nginx-uwsgi-emperor-upstart/
This is a recipe on how to easily run multiple Python web applications using uwsgi server (in emperor mode) and behind nginx. Most existing docs and blogs would show how to manually start uwsgi to run a single app. In this post, I'll show how to configure uwsgi as a system service (with upstart) capable of serving multiple python WSGI compliant web applications by simply placing them in a standard location and adding an standard xml file.
http://jawher.me/2012/03/16/multiple-python-apps-with-nginx-uwsgi-emperor-upstart/
Subscribe to:
Posts (Atom)