Can a single server run both haproxy and nginx at the same time?
I guess I would have to run nginx on a different port, and then route specific traffic to nginx?
Say I have 2 domains, 1 requires nginx and the other requires another service.
Can haproxy send requests for domain#1 to nginx? and domain#2 to another server?