El 2022-07-02 08:24, Francis Daly escribió:
On Fri, Jun 24, 2022 at 04:23:54PM -0300, Daniel Armando Rodriguez
wrote:
Hi there,
I need to forward HTTP/HTTPS stream to a traefik within docker
container.
Additionally, this traefik is also SSL termination. And just at this
point
where I am stuc
Hi there
I have a RP in front of several services and now need to add SSL
passtrough for some of them. So, with this goal set up this config
stream {
map $ssl_preread_server_name $name {
sub1.DOMAIN sub1;
sub2.DOMAIN sub2;
sub3.DOMAIN sub3;
sub4.DOMAIN sub4;
}
up