From 0991e1a44d51e68a1bf974cd890956ed3ba30e67 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 11 Feb 2023 15:21:18 +0800 Subject: [PATCH] hosts/plover: update firewall settings Firewalls... the cause of most frustrations... --- hosts/plover/modules/services/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/plover/modules/services/nginx.nix b/hosts/plover/modules/services/nginx.nix index 0de3e9a3..eadfab0e 100644 --- a/hosts/plover/modules/services/nginx.nix +++ b/hosts/plover/modules/services/nginx.nix @@ -31,7 +31,7 @@ networking.firewall.allowedTCPPorts = [ 80 # HTTP servers. - 433 # HTTPS servers. + 443 # HTTPS servers. ]; # Some fail2ban policies to apply for nginx.