switched from localhost

This commit is contained in:
Nickiel12 2023-10-05 16:58:46 -07:00
parent 525c4ca77f
commit c6ca37d1e5

View file

@ -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;
}; };
}; };