Skip to content

Commit

Permalink
Expose option-contstats
Browse files Browse the repository at this point in the history
  • Loading branch information
k-wall committed Feb 13, 2023
1 parent 6144b9a commit e199ce3
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_CONTSTATS") }}
option contstats
{{- end }}

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

0 comments on commit e199ce3

Please sign in to comment.