This commit is contained in:
Leon Vita 2023-02-28 19:10:21 +00:00
parent e747f275be
commit 02f8019a4d
1 changed files with 8 additions and 0 deletions

View File

@ -230,6 +230,14 @@ networking.wireguard.interfaces = {
proxyWebsockets = true;
};
};
virtualHosts."hospital-gly.c3d2.de" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://10.10.11.21:80";
proxyWebsockets = true;
};
};
};