mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
* fixed odd addresses in tests/defaults.cfg
This commit is contained in:
parent
e78ae269fe
commit
9970d5cf80
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ global
|
|||
#debug
|
||||
#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
|
||||
log global
|
||||
mode tcp
|
||||
|
|
@ -27,7 +27,7 @@ defaults applications TCP # :10000-10100,192.64.19.22:3129
|
|||
clitimeout 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
|
||||
#log global
|
||||
#mode tcp
|
||||
|
|
|
|||
Loading…
Reference in a new issue