Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 472 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 472 Bytes

1 - First you need to install nginx on your computer.
2 - Then you need to replace your nginx.conf file with this repository's nginx.conf file.
3 - After that, write the ports on which the solutions work in the upstream section of nginx.conf file.
4 - Finally access the same endpoints of these two solutions via the nginx server's endpoint. ( Like https://localhost:8080/api/First/getValue )
5 - And there you have a solution based load balancer.