mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-09 16:47:18 +02:00
DOC: add missing documentation for "no-alpn" on bind lines
This is the doc for the no-alpn keyword that was mistakenly left out of
commit 158c18e85
("MINOR: config: add "no-alpn" support for bind lines").
This commit is contained in:
parent
2e3c04a7c7
commit
74d7cc0891
@ -14618,6 +14618,8 @@ alpn <protocols>
|
|||||||
|
|
||||||
QUIC supports only h3 and hq-interop as ALPN. h3 is for HTTP/3 and hq-interop
|
QUIC supports only h3 and hq-interop as ALPN. h3 is for HTTP/3 and hq-interop
|
||||||
is used for http/0.9 and QUIC interop runner (see https://interop.seemann.io).
|
is used for http/0.9 and QUIC interop runner (see https://interop.seemann.io).
|
||||||
|
Each "alpn" statement will replace a previous one. In order to remove them,
|
||||||
|
use "no-alpn".
|
||||||
|
|
||||||
backlog <backlog>
|
backlog <backlog>
|
||||||
Sets the socket's backlog to this value. If unspecified or 0, the frontend's
|
Sets the socket's backlog to this value. If unspecified or 0, the frontend's
|
||||||
@ -15007,6 +15009,12 @@ nice <nice>
|
|||||||
it may make sense to use a positive value for an SMTP socket and a negative
|
it may make sense to use a positive value for an SMTP socket and a negative
|
||||||
one for an RDP socket.
|
one for an RDP socket.
|
||||||
|
|
||||||
|
no-alpn
|
||||||
|
Disables ALPN processing (technically speaking this sets the ALPN string to
|
||||||
|
an empty string that will not be advertised). It permits to cancel a previous
|
||||||
|
occurrence of an "alpn" setting and to disable application protocol
|
||||||
|
negotiation. See also "alpn".
|
||||||
|
|
||||||
no-ca-names
|
no-ca-names
|
||||||
This setting is only available when support for OpenSSL was built in. It
|
This setting is only available when support for OpenSSL was built in. It
|
||||||
prevents from send CA names in server hello message when ca-file is used.
|
prevents from send CA names in server hello message when ca-file is used.
|
||||||
|
Loading…
Reference in New Issue
Block a user