Category: uWSGI

How to run Flask Application with uwsgi behind nginx

Last updated on August 29th, 2024 at 11:50 amWe are going to configure Nginx to forward request to uWSGI and serve Python applications running on Flask In this post we will discuss in detail on how to configure uWSGi with nginx to run Python application (in flask) in Linux(Ubuntu/Redhat). You can follow the same steps […]

How to Install uWSGI and Flask in Ubuntu

Last updated on February 1st, 2022 at 12:53 pmThis is a simple tutorial on how to install uWSGI server in Ubuntu 20.04 LTS (Focal Fossa) and deploy a simple Flask application. I am also explaining below how to enable debug mode and specify FLASK_APP(flask application file name instead of default) with an option to specify […]