On Fri, Jan 28, 2022 at 10:22:42AM -0300, Daniel Armando Rodriguez via nginx
wrote:
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_se
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