Multi-server deployment w/ a proxy balancer

I’m trying to figure out the best way to setup a multi-server rails
deployment as it relates to load balancing. I’d really like to use
Nginx w/ the fair proxy module. Is there any way to do this without
having to setup a hardware load balancer, or an independent machine that
acts as one?

Thanks!