proxy websockets
This commit is contained in:
parent
594e6118eb
commit
fc83537238
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue