So currently I am using HAproxy to forward incoming RTMP to a container I created on Ubuntu.
I am using mode tcp in defaults.
Now I also want to forward an http request that comes in on a specific port to the same container with the same port #. Can I declare two modes in the haproxy.cfg? So mode tcp and mode http?
Ok I have an Ubuntu 16.04 server. I have an LXD container. I have an incoming http request on port 8935.
I want to forward it to the container IP on same port.