From 69da87ecdb293ccf3c45850d8fe8acb60dc9c819 Mon Sep 17 00:00:00 2001 From: leon Date: Thu, 24 Nov 2022 02:07:13 +0000 Subject: [PATCH] update --- hosts/leon/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; }; };