diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2020-10-04 12:22:01 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2020-10-05 10:46:49 +0200 |
commit | 4c7f095f4f32a2259017fa5acab6b1278af9e702 (patch) | |
tree | 907d039c457ae1f6cf1064e546c6f2e57db4fd25 /test/confs | |
parent | d0de84b2d250e2f066286db3a3f5400a0f931b67 (diff) |
Add proxy_protocol_timeout main config option.
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/4030 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/4030 b/test/confs/4030 index e64859769..86bf6b31c 100644 --- a/test/confs/4030 +++ b/test/confs/4030 @@ -5,6 +5,8 @@ primary_hostname = myhost.test.ex hosts_proxy = HOSTIPV4 +# default timeout is 3s, speed up the timeout test here +proxy_protocol_timeout = 1s queue_only # ----- Main settings ----- |