Skip to content

sandywadhwa/nginx-load-balancer

Repository files navigation

nginx-load-balancer

Single Server

docker-compose -f docker-compose-single.yaml up --build

In another Window

ab -n 5000 -c 50 http://localhost:8085/

Three Servers

docker-compose up --build

In another Window

ab -n 5000 -c 10 http://localhost:7070/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published