From 3950be2b8cf5beb21d63569005c678c5c02f2c7e Mon Sep 17 00:00:00 2001 From: Nick Leffler Date: Sun, 25 Oct 2020 02:31:19 +0000 Subject: [PATCH] basic http page working with haproxy https --- haproxy.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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