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:
Amaury Denoyelle 2023-10-20 17:26:24 +02:00
parent e05edf71df
commit 11ccd8d7cb

View File

@ -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