From b2ac4a6ac167b3771a9826696a7a962cb105105c Mon Sep 17 00:00:00 2001 From: goeranh Date: Thu, 30 Apr 2026 17:50:22 +0200 Subject: [PATCH] haproxy acme rule ordering --- 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 40740fb..a6108bb 100644 --- a/hosts/proxy/default.nix +++ b/hosts/proxy/default.nix @@ -475,8 +475,8 @@ prev: name: value: prev + '' - use_backend ${name}_80 if is_${name} http-request redirect scheme https code 301 if !is_acme is_${name} + use_backend ${name}_80 if is_${name} '' ) "" forwards}