From 80c8ed5a45dfb9d43286d809deb7f1e2527661e0 Mon Sep 17 00:00:00 2001 From: leon Date: Thu, 24 Nov 2022 02:00:27 +0000 Subject: [PATCH] update --- hosts/leon/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index 40457c2f..738b3e4e 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; - locations."/html/" = { - root = "/home/html/"; - index dude.html; + root = /home/html; + index index.html; + locations."/" = { #proxyPass = "http://10.10.11.2:2500"; proxyWebsockets = true; };