Skip to content

This is a simple python flask application for implementing the load balancing feature of nginx

Notifications You must be signed in to change notification settings

Rifat0/Nginx-load-balancing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Nginx load balancing

This is a simple python flask application for implementing the load balancing feature of nginx

Deployment

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

🚀 About Me

linkedin

About

This is a simple python flask application for implementing the load balancing feature of nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published