mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
switched from localhost
This commit is contained in:
parent
525c4ca77f
commit
c6ca37d1e5
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:${ toString config.services.headscale.port }";
|
proxyPass = "http://127.0.0.1:${ toString config.services.headscale.port }";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue