Function listenHTTPReverseProxy
Transparently forwards all requests to the proxy to a destination_host.
void listenHTTPReverseProxy
(
HTTPServerSettings settings,
string destination_host,
ushort destination_port
);
You can use the hostName field in the 'settings' to combine multiple internal HTTP servers into one public web server with multiple virtual hosts.