mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +02:00
REGTESTS: remove a duplicate "option httpslog" in the defaults section
This triggers the following warning: 'option httpslog' overrides previous 'option httpslog' in 'defaults' section.
This commit is contained in:
parent
dce394a303
commit
b9537fe66d
@ -38,7 +38,6 @@ haproxy h1 -conf {
|
|||||||
timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
|
timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
|
||||||
timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
|
timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
|
||||||
timeout server "${HAPROXY_TEST_TIMEOUT-5s}"
|
timeout server "${HAPROXY_TEST_TIMEOUT-5s}"
|
||||||
option httpslog
|
|
||||||
|
|
||||||
listen clear-lst
|
listen clear-lst
|
||||||
bind "fd@${clearlst}"
|
bind "fd@${clearlst}"
|
||||||
|
Loading…
Reference in New Issue
Block a user