Skip to content

Commit

Permalink
RFE-3007: Expose option-contstats as an unsupported option
Browse files Browse the repository at this point in the history
Signed-off-by: kwall <kwall@apache.org>
  • Loading branch information
k-wall committed Apr 14, 2023
1 parent c763d27 commit c9cee47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/router/haproxy/conf/haproxy-config.template
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ defaults
{{- if .HTTPHeaderNameCaseAdjustments }}
option h1-case-adjust-bogus-client
{{- end }}
{{- if isTrue (env "ROUTER_HAPROXY_CONTSTATS") }}
option contstats
{{- end }}

{{ if (gt .StatsPort -1) }}
listen stats
Expand Down

0 comments on commit c9cee47

Please sign in to comment.