{
}
The host name the reverse proxy is available under.
hostName:
string
The port the server should listen to.
listenerPort:
number
The path prefix your reverse proxy redirects to the
listener.
pathPrefix?:
string
The port on which the reverse proxy is available.
port?:
number
Whether the reverse proxy supports SSL.
ssl?:
boolean
The SSL keychain that should be used to make the server
available using a secure connection.
Properties
sslCert
Type: ?WebHookListenerCertificateConfig
The SSL keychain that should be used to make the server available using a secure connection.
If this is not given and there is no reverse proxy that handles incoming SSL connections, the server will only be available via HTTP. This means it can only listen to unauthenticated topics (stream changes and follows).