From 0b7b7ae1184673ecf13cbcd031244bdfe166d1c6 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 16 Apr 2024 13:24:35 +0900 Subject: [PATCH] Update haproxy --- nixos/hosts/osaka-linode-01/firewall.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos/hosts/osaka-linode-01/firewall.nix b/nixos/hosts/osaka-linode-01/firewall.nix index 5c78d708..730faecd 100644 --- a/nixos/hosts/osaka-linode-01/firewall.nix +++ b/nixos/hosts/osaka-linode-01/firewall.nix @@ -53,6 +53,13 @@ services.haproxy = { enable = true; config = '' + defaults + timeout connect 10s + timeout client 30s + timeout server 30s + maxconn 3000 + log global + frontend http mode http bind :80