Haproxy and CNAME
- by user123354
I want to create a simple load balancer for the two servers.
The problem is with CNAME records, I think.
Let's say I have two the same applications on AppFog.com.
app1.aws.af.cm and app2.aws.af.cm
Here is my haproxy.cfg file:
global
maxconn 2000
daemon
defaults
mode http
clitimeout 60000
srvtimeout 30000
…