Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions images/router/haproxy/conf/haproxy-config.template
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ global
{{- end }}
{{- end }}

# By default when a ROUTER_CURVES is not defined HAProxy
# will use its built-in default supported groups for TLS key exchange.
{{- with (env "ROUTER_CURVES") }}
Comment thread
richardsonnick marked this conversation as resolved.
ssl-default-bind-curves {{ . }}
{{- end }}

defaults
{{- with $value := env "ROUTER_MAX_CONNECTIONS" "50000" }}
{{- if isInteger $value }}
Expand Down