Restrict allowedTCPPorts to port 8443

This commit is contained in:
yuri 2023-08-04 21:59:25 +02:00
parent 86a2bf0395
commit fec32d5549

View file

@ -9,7 +9,7 @@
hostName = "nextcloud";
firewall = {
enable = true;
allowedTCPPorts = [ 80 443 8443 ];
allowedTCPPorts = [ 8443 ];
};
};