mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-16 18:46:54 +00:00
* fixed odd addresses in tests/defaults.cfg
This commit is contained in:
parent
e78ae269fe
commit
9970d5cf80
@ -10,7 +10,7 @@ global
|
|||||||
#debug
|
#debug
|
||||||
#quiet
|
#quiet
|
||||||
|
|
||||||
defaults applications TCP # :10000-10100,192.64.19.22:3129
|
defaults applications TCP # :10000-10100,192.168.1.2:3129
|
||||||
#bind 127.0.0.1:1234-1237
|
#bind 127.0.0.1:1234-1237
|
||||||
log global
|
log global
|
||||||
mode tcp
|
mode tcp
|
||||||
@ -27,7 +27,7 @@ defaults applications TCP # :10000-10100,192.64.19.22:3129
|
|||||||
clitimeout 20000
|
clitimeout 20000
|
||||||
srvtimeout 20000
|
srvtimeout 20000
|
||||||
|
|
||||||
listen appli3-relais 127.0.0.1:10000-10100#,192.64.19.22:3129
|
listen appli3-relais 127.0.0.1:10000-10100#,192.168.1.2:3129
|
||||||
#bind 127.0.0.1:1234-1237
|
#bind 127.0.0.1:1234-1237
|
||||||
#log global
|
#log global
|
||||||
#mode tcp
|
#mode tcp
|
||||||
|
Loading…
Reference in New Issue
Block a user