Hacker News new | ask | show | jobs
by ksdme9 1261 days ago
nginx makes it really simple to setup a load balancer, it defaults to distributing requests equally between all upstream hosts but you can always assign weights to each of your server. https://docs.nginx.com/nginx/admin-guide/load-balancer/http-...
1 comments

Yep, this is exactly what I'm running on the raspberry pi LB. Nginx makes it super easy!