twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks

ReverseProxyAdapterConfig

The configuration of the reverse proxy connection adapter.

{
The port on which the reverse proxy is available.
externalPort?: number
The host name the reverse proxy is available under.
hostName: string
The path prefix your reverse proxy redirects to the listener.
pathPrefix?: string
The port the server should listen to.
port?: number
}

Properties

externalPort

Type: ?number

The port on which the reverse proxy is available.

hostName

Type: string

The host name the reverse proxy is available under.

pathPrefix

Type: ?string

The path prefix your reverse proxy redirects to the listener.

port

Type: ?number

The port the server should listen to.