proxy websockets

This commit is contained in:
Vinzenz Schroeter 2026-01-04 20:57:27 +01:00
parent 594e6118eb
commit fc83537238

View file

@ -19,8 +19,9 @@ in
addSSL = true;
enableACME = true;
forceSSL = true;
locations = {
"/".proxyPass = "http://localhost:${builtins.toString headscale-port}";
locations."/" = {
proxyPass = "http://localhost:${builtins.toString headscale-port}";
proxyWebsockets = true;
};
};
};