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;
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations = {
|
||||
"/".proxyPass = "http://localhost:${builtins.toString headscale-port}";
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:${builtins.toString headscale-port}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue