Merge pull request #106 from WALL-E/fix/compose
Fix haproxy config in compose usage examplepull/107/head
commit
8437b4fd1f
|
@ -123,7 +123,8 @@ defaults
|
||||||
timeout client 50000ms
|
timeout client 50000ms
|
||||||
timeout server 50000ms
|
timeout server 50000ms
|
||||||
|
|
||||||
listen stats :70
|
listen stats
|
||||||
|
bind 0.0.0.0:70
|
||||||
stats enable
|
stats enable
|
||||||
stats uri /
|
stats uri /
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue