Last updated on June 13th, 2022 at 02:28 pmClick to rate this tutorial! [Total: 2 Average: 4.5]We 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) […]
Category: uWSGI
Last updated on February 1st, 2022 at 12:53 pmClick to rate this tutorial! [Total: 0 Average: 0]This 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 […]