Prevent haproxy warnings by telling it to use tcplog
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
1197bee48c
commit
af70045583
2 changed files with 6 additions and 0 deletions
|
@ -224,6 +224,7 @@ listen mdapi 0.0.0.0:10043
|
|||
# fedmsg-hub's websocket server on busgateway01, port 9919.
|
||||
listen fedmsg-websockets 0.0.0.0:9938
|
||||
mode tcp
|
||||
option tcplog
|
||||
balance roundrobin
|
||||
maxconn 16384
|
||||
timeout queue 5000
|
||||
|
@ -237,6 +238,7 @@ listen fedmsg-websockets 0.0.0.0:9938
|
|||
# forwarding messages from the master gateway on busgateway01.
|
||||
listen fedmsg-raw-zmq-outbound 0.0.0.0:9940
|
||||
mode tcp
|
||||
option tcplog
|
||||
balance roundrobin
|
||||
maxconn 16384
|
||||
timeout queue 5000
|
||||
|
@ -252,6 +254,7 @@ listen fedmsg-raw-zmq-outbound 0.0.0.0:9940
|
|||
# use. Here we forward to a secondary one on busgateway01.
|
||||
listen fedmsg-raw-zmq-inbound 0.0.0.0:9941
|
||||
mode tcp
|
||||
option tcplog
|
||||
balance roundrobin
|
||||
maxconn 16384
|
||||
timeout queue 5000
|
||||
|
|
|
@ -208,6 +208,7 @@ listen openqa 0.0.0.0:10044
|
|||
# fedmsg-hub's websocket server on busgateway01, port 9919.
|
||||
listen fedmsg-websockets 0.0.0.0:9938
|
||||
mode tcp
|
||||
option tcplog
|
||||
balance roundrobin
|
||||
maxconn 16384
|
||||
timeout queue 5000
|
||||
|
@ -221,6 +222,7 @@ listen fedmsg-websockets 0.0.0.0:9938
|
|||
# forwarding messages from the master gateway on busgateway01.
|
||||
listen fedmsg-raw-zmq-outbound 0.0.0.0:9940
|
||||
mode tcp
|
||||
option tcplog
|
||||
balance roundrobin
|
||||
maxconn 16384
|
||||
timeout queue 5000
|
||||
|
@ -236,6 +238,7 @@ listen fedmsg-raw-zmq-outbound 0.0.0.0:9940
|
|||
# use. Here we forward to a secondary one on busgateway01.
|
||||
listen fedmsg-raw-zmq-inbound 0.0.0.0:9941
|
||||
mode tcp
|
||||
option tcplog
|
||||
balance roundrobin
|
||||
maxconn 16384
|
||||
timeout queue 5000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue