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
8 changes: 0 additions & 8 deletions images/router/haproxy/conf/haproxy-config.template
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,6 @@ global
{{- end }}
{{- end }}

# The user can provide a set of default supported groups using the ROUTER_CURVES variable.
# By default X25519MLKEM768, X25519, and P-256 are used.
{{- with (env "ROUTER_CURVES") }}
ssl-default-bind-curves {{ . }}
{{- else }}
ssl-default-bind-curves X25519MLKEM768:X25519:P-256
{{- end }}

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