mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-20 22:01:49 -04: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
1 changed files with 0 additions and 1 deletions
|
|
@ -38,7 +38,6 @@ haproxy h1 -conf {
|
|||
timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
|
||||
timeout client "${HAPROXY_TEST_TIMEOUT-5s}"
|
||||
timeout server "${HAPROXY_TEST_TIMEOUT-5s}"
|
||||
option httpslog
|
||||
|
||||
listen clear-lst
|
||||
bind "fd@${clearlst}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue