proxy websockets
This commit is contained in:
parent
eea0a072f2
commit
b3166d967f
1 changed files with 3 additions and 2 deletions
|
|
@ -18,8 +18,9 @@ in
|
||||||
nginx.virtualHosts."uplink.darkest.space" = {
|
nginx.virtualHosts."uplink.darkest.space" = {
|
||||||
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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue