A host that the reverse proxy will forward requests to
| Name | Dynamic | Other provider points | 
|---|---|---|
| org.wildfly.undertow.reverse-proxy.host | true | none | 
| Attribute | Value | 
|---|---|
| Default Value | false | 
| Type | BOOLEAN | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Stability | default | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Stability | default | 
| Attribute | Value | 
|---|---|
| Capability reference | |
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Stability | default | 
| Attribute | Value | 
|---|---|
| Default Value | / | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Stability | default | 
| Attribute | Value | 
|---|---|
| Default Value | http | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Stability | default | 
| Attribute | Value | 
|---|---|
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Stability | default | 
| Attribute | Value | 
|---|---|
| Capability reference | |
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Stability | default | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| enable-http2 | BOOLEAN | false | false | false | If this is true then the proxy will attempt to use HTTP/2 to connect to the backend. If it is not supported it will fall back to HTTP/1.1. | 
| instance-id | STRING | false | true | The instance id (aka JVM route) that will be used to enable sticky sessions | |
| outbound-socket-binding | STRING | true | true | Outbound socket binding for this host | |
| path | STRING | false | true | / | Optional path if host is using non root resource | 
| scheme | STRING | false | true | http | What kind of scheme is used | 
| security-realm | STRING | false | false | The security realm that provides the SSL configuration for the connection to the host | |
| ssl-context | STRING | false | false | Reference to the SSLContext to be used by this handler. |