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; };