
Using Nginx for Production ready Flask app with uWSGI
After creating many Flask applications using Python, the thing that always made me sad is the below ‘WARNING’ message. But since I was doing it mostly for my learning, I didn’t bother much about t...