http2: enable by default

pull/6464/head
Philippe Antoine 5 years ago committed by Victor Julien
parent fa4c7626bd
commit 424dcda2c0

@ -286,10 +286,7 @@ outputs:
- ssh
- mqtt:
# passwords: yes # enable output of passwords
# HTTP2 logging. HTTP2 support is currently experimental and
# disabled by default. To enable, uncomment the following line
# and be sure to enable http2 in the app-layer section.
#- http2
- http2
- stats:
totals: yes # stats for all threads merged together
threads: no # per thread stats
@ -758,9 +755,8 @@ app-layer:
ssh:
enabled: yes
#hassh: yes
# HTTP2: Experimental HTTP 2 support. Disabled by default.
http2:
enabled: no
enabled: yes
smtp:
enabled: yes
raw-extraction: no

Loading…
Cancel
Save