This commit is contained in:
Leon Vita 2022-11-24 01:52:57 +00:00
parent afcd7f32a7
commit 3d5e202ac0
1 changed files with 4 additions and 2 deletions

View File

@ -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;
};
};