nginx: open http(s) ports

This commit is contained in:
Mihai Fufezan 2024-08-18 15:30:31 +03:00
parent f7e3a9bff6
commit 16ae492154
No known key found for this signature in database

View file

@ -5,4 +5,6 @@
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
}; };
networking.firewall.allowedTCPPorts = [80 443];
} }