From 96d5c0d6402b00415609d16b704226dc6d47d896 Mon Sep 17 00:00:00 2001 From: craig Date: Sun, 14 Apr 2024 17:44:33 +0200 Subject: [PATCH 1/2] fix indenting, add config for exceeded buffersize --- examples/haproxy/haproxy.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/haproxy/haproxy.cfg b/examples/haproxy/haproxy.cfg index 096efac..82a24dc 100644 --- a/examples/haproxy/haproxy.cfg +++ b/examples/haproxy/haproxy.cfg @@ -1,5 +1,6 @@ global log stdout format raw local0 + tune.bufsize 20480 defaults mode http @@ -10,7 +11,7 @@ defaults option httplog listen stats - bind 127.0.0.1:8000 + bind 127.0.0.1:8000 stats enable stats uri / stats refresh 15s From 5447d8db0641105a7460195fd96f2741c4893474 Mon Sep 17 00:00:00 2001 From: craig Date: Sun, 14 Apr 2024 22:14:43 +0200 Subject: [PATCH 2/2] remove bufsize --- examples/haproxy/haproxy.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/haproxy/haproxy.cfg b/examples/haproxy/haproxy.cfg index 82a24dc..95f097d 100644 --- a/examples/haproxy/haproxy.cfg +++ b/examples/haproxy/haproxy.cfg @@ -1,6 +1,5 @@ global log stdout format raw local0 - tune.bufsize 20480 defaults mode http