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