resource_servers[]/http2

Specifies the information associated with the HTTP2 configuration of the resource server.

Properties

NameTypeConstraintsDescription
enabledbooleanValues: 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