HTTP and HTTP/2 Properties
HTTP and HTTP/2 Properties describes the properties available for configuring CHF Proxy for HTTP and HTTP2:
Name | Description |
---|---|
http.port | The HTTP port that CHF Proxy listens on. The default value is 8080 . |
http.operationsPort | The port used for common operations such as health checking, readiness checking, metrics, and shutdown. The default value is 8081. |
http2.clearTextUpgrade | When set to true , the client upgrades an HTTP/1.1 connection to an HTTP/2 connection using a clear text (non-encrypted) protocol. The default value
is false . |