In this guide, you will build a simple Python application using the [Flask](https://palletsprojects.com/p/flask/) microframework. The bulk of this article is about setting up the [uWSGI application server](http://uwsgi-docs.readthedocs.io/en/latest/) launching the application, and configuring [Nginx](https://www.nginx.com/) to act as a front-end reverse proxy. Choose your server's operating system below to get started.
How To Serve Flask Applications with uWSGI and Nginx on CentOS 7
How To Serve Flask Applications with uWSGI and Nginx on Ubuntu 22.04
How To Serve Flask Applications with uWSGI and Nginx on Ubuntu 20.04
How To Serve Flask Applications with uWSGI and Nginx on Ubuntu 18.04
How To Serve Flask Applications with uWSGI and Nginx on Ubuntu 16.04
How To Serve Flask Applications with uWSGI and Nginx on Ubuntu 14.04