Close port 80. Why was this open?

This commit is contained in:
Bun 2025-03-19 19:10:52 -04:00
parent c1df84d907
commit 9b49b26673

View file

@ -16,10 +16,6 @@
recommendedGzipSettings = true; recommendedGzipSettings = true;
recommendedProxySettings = true; recommendedProxySettings = true;
}; };
networking.firewall.allowedTCPPorts = [ 443 ];
networking.firewall.allowedTCPPorts = [
80
443
];
}; };
} }