I have multiple reverse proxies with diff subdomains all proxified with cloudflare.If I am streaming video from one subdoamin for ex I have noticed if I open other subdomain at that time it hangs and timeout eventually.Further digging into issue I have found that all those connection were using same connection id even its from diff sub domain.
domain1 {
tls internal
reverse_proxy proxy1
}
domain2 {
tls internal
reverse_proxy proxy2
}
This is my caddy config.