basic http page working with haproxy https

This commit is contained in:
Nick Leffler 2020-10-25 02:31:19 +00:00
parent 4722aebb2b
commit 3950be2b8c
1 changed files with 2 additions and 1 deletions

View File

@ -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