mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-07 22:12:08 +00:00
REGTESTS: remove maxconn from rhttp bind line
The maxconn keyword is not used anymore for reverse HTTP bind. It has been replaced recently by the new keyword nbconn. As it's default value is 1, it can be safely removed from the regtest without affecting its behavior.
This commit is contained in:
parent
e05edf71df
commit
11ccd8d7cb
@ -37,7 +37,7 @@ defaults
|
||||
mode http
|
||||
|
||||
frontend fe
|
||||
bind "rhttp@be-pre-connect/srv" maxconn 1
|
||||
bind "rhttp@be-pre-connect/srv"
|
||||
use_backend be
|
||||
|
||||
backend be-pre-connect
|
||||
|
Loading…
Reference in New Issue
Block a user