From 7f0b52e9e1fbefdbaf6ea8e7643302b3b0513675 Mon Sep 17 00:00:00 2001 From: sudneo Date: Sun, 25 Aug 2019 22:59:47 +0300 Subject: [PATCH] Formatting of haproxy.cfg --- examples/haproxy/haproxy.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/haproxy/haproxy.cfg b/examples/haproxy/haproxy.cfg index c08a38fb..cf0eea4d 100644 --- a/examples/haproxy/haproxy.cfg +++ b/examples/haproxy/haproxy.cfg @@ -19,13 +19,13 @@ global defaults log global mode http - option httplog - option dontlognull - option forwardfor - option redispatch - timeout connect 5000 - timeout client 50000 - timeout server 50000 + option httplog + option dontlognull + option forwardfor + option redispatch + 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