From 9f651a9e01ba59fa27f52f1e4aee7e761f25763f Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Sat, 14 Dec 2024 18:46:10 +0000 Subject: [PATCH] testing stream in ngix to forward ssh --- proxy/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/proxy/configuration.nix b/proxy/configuration.nix index 5804e04..2860242 100644 --- a/proxy/configuration.nix +++ b/proxy/configuration.nix @@ -58,6 +58,13 @@ in # enableACME = true; # locations."/".proxyPass = "/var/wwww/homepage/"; #}; + } + #streamConfig = '' +# server { +# listen 22; +# proxy_pass apps:22 +# } + # ''; }; }; # acme let's encrypt