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

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