forked from gadmin/gsb2023
correction haproxy
This commit is contained in:
parent
1fc84c8f19
commit
90222678ce
@ -44,7 +44,6 @@ backend fermeweb
|
|||||||
#option httpchk HEAD / HTTP/1.0
|
#option httpchk HEAD / HTTP/1.0
|
||||||
server s-lb-web1 192.168.101.1:80 check
|
server s-lb-web1 192.168.101.1:80 check
|
||||||
server s-lb-web2 192.168.101.2:80 check
|
server s-lb-web2 192.168.101.2:80 check
|
||||||
#server s-lb-web3 192.168.101.3:80 check
|
|
||||||
|
|
||||||
|
|
||||||
listen stats
|
listen stats
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
balance roundrobin
|
balance roundrobin
|
||||||
option httpclose
|
option httpclose
|
||||||
#option httpchk HEAD / HTTP/1.0
|
#option httpchk HEAD / HTTP/1.0
|
||||||
server web1.test 192.168.56.3:80 check
|
server s-lb-web1 192.168.101.1:80 check
|
||||||
#server web2.test 192.168.56.4:80 check
|
server s-lb-web2 192.168.101.2:80 check
|
||||||
|
|
||||||
- name: redemarre haproxy
|
- name: redemarre haproxy
|
||||||
service:
|
service:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user