Category: Docker, nginx

Flask is a popular python web framework that is most commonly known for creating REST APIs very easily. Another server solution that is much easier to work with and more versatile is NGINX Unit and that’s what we will be looking at here.

It is not to be confused with the popular NGINX web server, although they work great together.

This will contain details of the dependencies we have and since flask is the only one, that’s all we have to add!

Unit can also be intergrated with the Open Source Nginx server to use as a reverse proxy and load balancer.

Related Articles