mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-23 13:17:16 +00:00
[TESTS] update the url_param regression test to test check_post too
This commit is contained in:
parent
61a21a34da
commit
a75efe1c02
@ -8,6 +8,7 @@ global
|
|||||||
|
|
||||||
listen vip1
|
listen vip1
|
||||||
log global
|
log global
|
||||||
|
option httplog
|
||||||
bind :8000
|
bind :8000
|
||||||
mode http
|
mode http
|
||||||
maxconn 100
|
maxconn 100
|
||||||
@ -21,3 +22,19 @@ listen vip1
|
|||||||
# control activity this way
|
# control activity this way
|
||||||
stats uri /stat
|
stats uri /stat
|
||||||
|
|
||||||
|
listen vip2
|
||||||
|
log global
|
||||||
|
option httplog
|
||||||
|
bind :8001
|
||||||
|
mode http
|
||||||
|
maxconn 100
|
||||||
|
clitimeout 5000
|
||||||
|
contimeout 5000
|
||||||
|
srvtimeout 5000
|
||||||
|
balance url_param foo check_post
|
||||||
|
server srv1 127.0.0.1:80
|
||||||
|
server srv2 127.0.0.1:80
|
||||||
|
|
||||||
|
# control activity this way
|
||||||
|
stats uri /stat
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user