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