basic http page working with haproxy https
This commit is contained in:
parent
4722aebb2b
commit
3950be2b8c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue