Posts Tagged “nginx”
This post describes how to deploy django application under sub-url of web site and serve it behing nginx frontend. There are many different ways to serve python application. This article will touch configuration of only one of them: uwsgi – lightweight application server, which can serve WSGI applications. What is covered in this post: preparing [...]

