testing stream in ngix to forward ssh

This commit is contained in:
Geir Okkenhaug Jerstad 2024-12-14 18:46:10 +00:00
parent fe83c2147a
commit 9f651a9e01

View file

@ -58,6 +58,13 @@ in
# enableACME = true; # enableACME = true;
# locations."/".proxyPass = "/var/wwww/homepage/"; # locations."/".proxyPass = "/var/wwww/homepage/";
#}; #};
}
#streamConfig = ''
# server {
# listen 22;
# proxy_pass apps:22
# }
# '';
}; };
}; };
# acme let's encrypt # acme let's encrypt