From 03d74141da85b38e01288a21ea1fa7c95da9365e Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 6 Jan 2024 16:02:47 -0500 Subject: [PATCH] ingress-proxy: fix keysmash --- nixos/hosts/ingress-proxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 41f5ad2..ac4d0fa 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -81,7 +81,7 @@ in { "keysmash.xn--q9jyb4c" = defaultConfig // { locations."/" = { - proxyPass = "http://ks"; + #proxyPass = "http://ks"; proxyWebsockets = true; };