Proxy configuration

Configuration Description
preserve_hosts Enable the preserve host definition
listen_path Defines the endpoint that will be exposed in Janus
upstreams Defines the endpoints that the request will be forwarded to
strip_path Enable the strip URI rule on this proxy
methods Defines which methods are enabled for this proxy
hosts Defines which hosts are enabled for this proxy
forwarding_timeouts.dial_timeout The amount of time to wait until a connection to a backend server can be established. Defaults to 30 seconds. If zero, no timeout exists. You must use any format that is compatible with time.Duration
forwarding_timeouts.response_header_timeout The amount of time to wait for a server's response headers after fully writing the request (including its body, if any). If zero, no timeout exists. You must use any format that is compatible with time.Duration