HTTP/2
server/http2
A boolean which indicates whether or not to enable support for HTTP/2 clients. HTTP/2 supports a reduced set of cipher suites. The minimum cipher is TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
which should be added to the server/ssl/ciphers[]
entry.
Property
Name | Type | Constraints |
---|---|---|
http2 | boolean | Values: true or false Default value: true |
Example
server:
http2: true
Updated about 1 year ago