diff --git a/haproxy.cfg b/haproxy.cfg index 528e4ab..9768809 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -6,6 +6,7 @@ global user haproxy group haproxy daemon + ssl-dh-param-file /etc/haproxy/dhparam4096.pem defaults log global @@ -45,6 +46,6 @@ backend webserversHTTP server web02 10.108.0.5:80 check #### Admin server #### -backend adminServerHTTPS +backend adminServerHTTP balance roundrobin server web02 10.108.0.5:80 check