
This post explains how to install and setup nginx as a reverse proxy to gunicorn and web server to serve static files in Django.
Musings of a backend Software Developer
This post explains how to install and setup nginx as a reverse proxy to gunicorn and web server to serve static files in Django.
Web Servers like Apache or NGINX are great for handling HTTP requests. Unfortunately,they typically cannot communicate with Python applications directly. That is where gunicorn comes in.
Learn how to install, configure and run gunicorn with Django in this article.
In this post, I show you two ways of installing and configuring nginx on Linux.
We all use PyPI – here’s a way to ensure we always have access.