allow 80 in
This commit is contained in:
@@ -5,10 +5,13 @@
|
||||
wrapGo = true;
|
||||
};
|
||||
|
||||
networking.hosts."127.0.0.1" = [
|
||||
networking = {
|
||||
hosts."127.0.0.1" = [
|
||||
"go"
|
||||
"go."
|
||||
];
|
||||
firewall.allowedTCPPorts = [ 80 ];
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user