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; addSSL = true;
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
locations = { locations."/" = {
"/".proxyPass = "http://localhost:${builtins.toString headscale-port}"; proxyPass = "http://localhost:${builtins.toString headscale-port}";
proxyWebsockets = true;
}; };
}; };
}; };