From 1e5cd756528f79676a85c5de0ef10146b2935748 Mon Sep 17 00:00:00 2001 From: goeranh Date: Thu, 30 Apr 2026 17:59:32 +0200 Subject: [PATCH] set http mode for port 80 --- hosts/proxy/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/proxy/default.nix b/hosts/proxy/default.nix index a6108bb..8bba097 100644 --- a/hosts/proxy/default.nix +++ b/hosts/proxy/default.nix @@ -452,6 +452,7 @@ frontend http-in bind *:80 + mode http tcp-request connection expect-proxy layer4 if { src 178.104.18.93 } maxconn 60000 backlog 8192