From ae1f8fc1b41eefa2f9a7490182d5a60adfb22afd Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 6 Jan 2024 16:11:58 -0500 Subject: [PATCH] ingress-proxy: fix keysmash --- nixos/hosts/ingress-proxy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; };