Nginx check works
This commit is contained in:
@@ -9,6 +9,14 @@
|
|||||||
default_type text/html;
|
default_type text/html;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
listen = [
|
||||||
|
{
|
||||||
|
addr = "0.0.0.0";
|
||||||
|
port = 80;
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user