We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f142e2 commit 2b3803dCopy full SHA for 2b3803d
templates/etc/haproxy/global.cfg.j2
@@ -39,7 +39,7 @@
39
crt-base {{ haproxy_global_crt_base }}
40
{% endif %}
41
{% if haproxy_version is version('2.2', '>=') and haproxy_global_ssl_default_bind_curves is defined %}
42
-ssl-default-bind-curves {{ haproxy_global_ssl_default_bind_curves }}
+ ssl-default-bind-curves {{ haproxy_global_ssl_default_bind_curves }}
43
44
{% if haproxy_global_ssl_default_bind_ciphers != false %}
45
ssl-default-bind-ciphers {{ haproxy_global_ssl_default_bind_ciphers }}
0 commit comments