fix: headscale web proxy
This commit is contained in:
parent
caad1ddba9
commit
4e67949e03
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ in
|
|||
locations."/" = {
|
||||
proxyPass = "http://localhost:${toString config.services.headscale.port}";
|
||||
proxyWebsockets = true;
|
||||
extraConfig = ''
|
||||
proxy_redirect http:// https://;
|
||||
proxy_buffering off;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue