Skip to content

Commit

Permalink
Merge pull request #449 from k-wall/RFE-3007-option-contstats
Browse files Browse the repository at this point in the history
RFE-3007: Add the ability to enabled option contstats
  • Loading branch information
openshift-merge-robot committed Jul 19, 2023
2 parents 6cef4d0 + c9cee47 commit 6117b7b
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 @@ -177,6 +177,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 6117b7b

Please sign in to comment.