This commit is contained in:
Leon Vita 2022-11-24 01:43:35 +00:00
parent f377c855c5
commit f1203f33df
1 changed files with 2 additions and 1 deletions

View File

@ -207,7 +207,8 @@ networking.wireguard.interfaces = {
virtualHosts."cloud.bicospacetech.c3d2.de" = {
forceSSL = true;
enableACME = true;
locations."/" = {
locations."/home" = {
index dude.html;
proxyPass = "http://10.10.11.2:2500";
proxyWebsockets = true;
};