Former-commit-id: 366b3afc37
This commit is contained in:
Hadi
2025-04-08 15:19:59 +02:00
parent 160aeda5e0
commit e059a82de5
+3
View File
@@ -19,6 +19,9 @@
services.nginx.virtualHosts."default" = {
default = true;
locations."/" = { return = 444; };
extraConfig = ''
server_name _;
'';
};
networking.firewall.allowedTCPPorts = [ 80 443 ];