This is a simple python flask application for implementing the load balancing feature of nginx
To run this project
## You need docker and docker-compose installed in your machine ##
docker-compose up -d --build --scale app=3
## After running the project login in to nginx container ##
## Change your ip addresses according to yours in /etc/nginx/nginx.conf ##
## After that just reload nginx from inside the container ##
nginx -s reload