tv nginx-public_html: open http port
This commit is contained in:
parent
b172630f89
commit
d85c70d1d6
@ -17,7 +17,6 @@ with lib;
|
||||
tv.iptables = {
|
||||
enable = true;
|
||||
input-internet-accept-new-tcp = [
|
||||
"http"
|
||||
"smtp"
|
||||
];
|
||||
};
|
||||
|
@ -129,7 +129,6 @@ with lib;
|
||||
tv.iptables = {
|
||||
enable = true;
|
||||
input-internet-accept-new-tcp = [
|
||||
"http"
|
||||
"smtp"
|
||||
];
|
||||
};
|
||||
|
@ -127,7 +127,6 @@ with lib;
|
||||
tv.iptables = {
|
||||
enable = true;
|
||||
input-internet-accept-new-tcp = [
|
||||
"http"
|
||||
"smtp"
|
||||
];
|
||||
};
|
||||
|
@ -11,4 +11,5 @@ with lib;
|
||||
'')
|
||||
];
|
||||
};
|
||||
tv.iptables.input-internet-accept-new-tcp = singleton "http";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user