This commit is contained in:
parent
747c782086
commit
e73583a7f7
11
haproxy.cfg
11
haproxy.cfg
@ -63,6 +63,17 @@ backend ursim
|
||||
compression algo gzip
|
||||
server cloud lb-1.kmlabz.com:443 check ssl verify none
|
||||
|
||||
frontend birb-vke
|
||||
bind 0.0.0.0:82
|
||||
mode http
|
||||
use_backend birb-vke
|
||||
|
||||
backend birb
|
||||
balance leastconn
|
||||
mode http
|
||||
http-request set-header Host "vkeegy.birbnetes"
|
||||
server cloud 192.168.122.2:31080 check
|
||||
|
||||
listen mqtt
|
||||
bind *:1883
|
||||
mode tcp
|
||||
|
Loading…
Reference in New Issue
Block a user