explicitly use v4 localhost
This commit is contained in:
committed by
Joakim Repomaa
parent
39134ba640
commit
599ca53f1d
@@ -38,7 +38,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
modules.webserver.vHosts.${fqdn}.locations."/".proxy = "http://localhost:${toString port}";
|
||||
modules.webserver.vHosts.${fqdn}.locations."/".proxy = "http://127.0.0.1:${toString port}";
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ sshPort ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user