master #112

Merged
astro merged 2 commits from :master into master 2023-03-04 00:21:30 +01:00
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";
proxyWebsockets = true;
};
};
};