From f034e93b6ec8d98e63b6a00267292cc20aaebab5 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 26 May 2020 14:41:42 +0200 Subject: [PATCH] whitespaces --- haproxy/templates/haproxy.default.cfg.j2 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/haproxy/templates/haproxy.default.cfg.j2 b/haproxy/templates/haproxy.default.cfg.j2 index 0069d20a..5e060629 100644 --- a/haproxy/templates/haproxy.default.cfg.j2 +++ b/haproxy/templates/haproxy.default.cfg.j2 @@ -22,12 +22,14 @@ global defaults log global + mode http option httplog option dontlognull - timeout connect 5000 - timeout client 50000 - timeout server 50000 + timeout connect 5000 + timeout client 50000 + timeout server 50000 + errorfile 400 /etc/haproxy/errors/400.http errorfile 403 /etc/haproxy/errors/403.http errorfile 408 /etc/haproxy/errors/408.http