HTTP/2
resource_servers[]/http2
Specifies the information associated with the HTTP2 configuration of the resource server.
Properties
Name | Type | Constraints | Description |
---|---|---|---|
enabled | boolean | Values: true or false Default value: false | A boolean flag indicating whether or not to use HTTP/2 when making requests by the reverse proxy to the resource server. |
Example
resource_servers:
- path: "/example"
# ...
http2:
enabled: true
Updated over 2 years ago