Restrict allowedTCPPorts to port 8443
This commit is contained in:
parent
c1bd4e3529
commit
ad208c1870
|
@ -9,7 +9,7 @@
|
||||||
hostName = "nextcloud";
|
hostName = "nextcloud";
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 80 443 8443 ];
|
allowedTCPPorts = [ 8443 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue