testing stream in ngix to forward ssh
This commit is contained in:
parent
fe83c2147a
commit
9f651a9e01
|
@ -58,6 +58,13 @@ in
|
|||
# enableACME = true;
|
||||
# locations."/".proxyPass = "/var/wwww/homepage/";
|
||||
#};
|
||||
}
|
||||
#streamConfig = ''
|
||||
# server {
|
||||
# listen 22;
|
||||
# proxy_pass apps:22
|
||||
# }
|
||||
# '';
|
||||
};
|
||||
};
|
||||
# acme let's encrypt
|
||||
|
|
Loading…
Reference in a new issue