diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index 93e94d8c..81b7633c 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -208,9 +208,7 @@ networking.wireguard.interfaces = { forceSSL = true; enableACME = true; locations."/" = { - root = "/home/html"; - index = "index.html"; - #proxyPass = "http://10.10.11.2:2500"; + proxyPass = "http://10.10.11.2:2500"; proxyWebsockets = true; }; };