From 82c6de7b9d9c6de17ecc43fd55d136906cfe0ab8 Mon Sep 17 00:00:00 2001 From: leon Date: Thu, 24 Nov 2022 02:04:18 +0000 Subject: [PATCH] update --- hosts/leon/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index 86f54cf1..93e94d8c 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -207,9 +207,9 @@ networking.wireguard.interfaces = { virtualHosts."cloud.bicospacetech.c3d2.de" = { forceSSL = true; enableACME = true; - root = "/home/html"; - index = "index.html"; locations."/" = { + root = "/home/html"; + index = "index.html"; #proxyPass = "http://10.10.11.2:2500"; proxyWebsockets = true; };