Nginx Gunicorn Ref Links

So, I looked up a lot of links while learning how to configure Gunicorn and Nginx for a Flask app I’m building. An article on the specifics of what I learnt will follow this one. This one focuses on the links and resources themselves - First of all, you’re probably asking - Why do I need Gunicorn and Nginx? That’s what I looked up first as well. https://serverfault.com/questions/331256/why-do-i-need-nginx-and-something-like-gunicorn Next, how to actually go about the whole process? The obvious links: - https://gunicorn.org/#quickstart - https://www.linode.com/docs/web-servers/nginx/how-to-configure-nginx/ - http://nginx.org/en/docs/beginners_guide.html - https://www.fullstackpython.com/green-unicorn-gunicorn.html ...

October 1, 2018 · 2 min · Abhiram R