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