From a96f976be1ba4fb059aba8290656b1bb91b7ac0e Mon Sep 17 00:00:00 2001 From: goeranh Date: Mon, 20 Apr 2026 09:02:20 +0200 Subject: [PATCH] does not work on port 80 with acme --- hosts/proxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/proxy/default.nix b/hosts/proxy/default.nix index 8c1b49c..200ede2 100644 --- a/hosts/proxy/default.nix +++ b/hosts/proxy/default.nix @@ -542,7 +542,7 @@ backend ${name}_80 mode http - server ${name} ${value.dest}:${builtins.toString value.httpPort} ${if value.sendProxy == true then "send-proxy-v2" else ""} + server ${name} ${value.dest}:${builtins.toString value.httpPort} backend ${name}_443 mode tcp option tcpka # Enable server TCP keep-alive (Phase 4)