Correction bug keepalived HAProxy
parent
f5970840bf
commit
faccaeb0d1
|
@ -69,7 +69,7 @@ Le procédé est le même, en voici les variantes,
|
||||||
### Installation
|
### Installation
|
||||||
```
|
```
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y haproxy hatop certbot nginx
|
apt-get install -y haproxy hatop certbot nginx psmisc
|
||||||
systemctl enable haproxy
|
systemctl enable haproxy
|
||||||
systemctl enable nginx
|
systemctl enable nginx
|
||||||
```
|
```
|
||||||
|
@ -280,7 +280,7 @@ vrrp_script chk_haproxy {
|
||||||
|
|
||||||
vrrp_instance VI_1 {
|
vrrp_instance VI_1 {
|
||||||
interface eth0
|
interface eth0
|
||||||
state MASTER
|
state SLAVE
|
||||||
virtual_router_id 51
|
virtual_router_id 51
|
||||||
priority 100 # 101 on master, 100 on backup
|
priority 100 # 101 on master, 100 on backup
|
||||||
virtual_ipaddress {
|
virtual_ipaddress {
|
||||||
|
|
Loading…
Reference in New Issue