Restrict allowedTCPPorts to port 8443

This commit is contained in:
fi 2024-11-20 05:46:40 +01:00
parent 9712f9a9d2
commit 742b5e69e9

View file

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