Add External Xpra domain

master
David Crompton 2023-10-26 14:37:19 -04:00
parent 03d7c2d38a
commit e5a3b79023
1 changed files with 8 additions and 1 deletions

View File

@ -45,4 +45,11 @@ in {
ProtectControlGroups = true; ProtectControlGroups = true;
}; };
}; };
services.caddy.virtualHosts = {
"remote.ws.kcnhub.com" = {
extraConfig = ''
reverse_proxy 127.0.0.1:${toString 10000}
'';
};
};
} }