From 65eba5ebf7877f9cc61b980b38d8953de7cd67e1 Mon Sep 17 00:00:00 2001 From: leon Date: Thu, 24 Nov 2022 01:53:55 +0000 Subject: [PATCH] update --- hosts/leon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index 23886ea3..40457c2f 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -208,7 +208,7 @@ networking.wireguard.interfaces = { forceSSL = true; enableACME = true; locations."/html/" = { - root = "/home/html"; + root = "/home/html/"; index dude.html; #proxyPass = "http://10.10.11.2:2500"; proxyWebsockets = true;