ReverseProxyAdapter
A WebHook connection adapter that supports a reverse proxy in front of the listener.
Constructor
new ReverseProxyAdapter(options)
Creates a reverse proxy connection adapter.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
options | ReverseProxyAdapterConfig | none | ||
options.externalPort | number | none |
The port on which the reverse proxy is available. |
|
options.hostName | string | none |
The host name the reverse proxy is available under. |
|
options.pathPrefix | string | none |
The path prefix your reverse proxy redirects to the listener. |
|
options.port | number | none |
The port the server should listen to. |