From 3d5e202ac0669f51bb31dbe47854dbf53e69150a Mon Sep 17 00:00:00 2001 From: leon Date: Thu, 24 Nov 2022 01:52:57 +0000 Subject: [PATCH] update --- hosts/leon/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index 272222b3..23886ea3 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -207,8 +207,10 @@ networking.wireguard.interfaces = { virtualHosts."cloud.bicospacetech.c3d2.de" = { forceSSL = true; enableACME = true; - locations."/home/dude.html" = { - proxyPass = "http://10.10.11.2:2500"; + locations."/html/" = { + root = "/home/html"; + index dude.html; + #proxyPass = "http://10.10.11.2:2500"; proxyWebsockets = true; }; };