I am a bit confused on nginx, can it also act as a proxy like haproxy?
i.e. Someone connects to my domain, where haproxy sits, then it routes the traffic from port 80 to web servers running on a different port, in a round robbin fashion.
Can nginx perform this same functionality?