How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu 20.04
In this guide, you will build a Python application using the Flask microframework on Ubuntu 20.04. The majority of this tutorial is about how to set up the Gunicorn application server to run the application and how to configure Nginx to act as a front-end reverse proxy.