diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 9e34406..b3613cf 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -21,7 +21,7 @@ in { upstreams = { mango.servers."${tsHost "mango" 6167}" = {}; hsb.servers."${tsHost "happystaticbuzz" 8080}" = {}; - ks.servers."${tsHost "keysmash" 8080}" = {}; + #ks.servers."${tsHost "keysmash" 8080}" = {}; }; virtualHosts = let @@ -81,7 +81,7 @@ in { "keysmash.xn--q9jyb4c" = { locations."/" = { - #proxyPass = "http://ks"; + proxyPass = "http://ks"; proxyWebsockets = true; };