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 | Description |
---|---|---|
options | ReverseProxyAdapterConfig | |
options.externalPort | number | The port on which the reverse proxy is available. |
options.hostName | string | The host name the reverse proxy is available under. |
options.pathPrefix | string | The path prefix your reverse proxy redirects to the listener. |
options.port | number | The port the server should listen to. |