summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-10 15:06:24 -0600
committermo khan <mo.khan@gmail.com>2020-09-10 15:06:24 -0600
commit0ac40d98f8e72fccdaa364054107ed527b8c3223 (patch)
tree1988a0613645a165b5e9994703ee13a185ffb2a8 /spec
parente009e7cabe65761e3d0a04cec5a539340777028b (diff)
chore: tweak haproxy timeout settings
Diffstat (limited to 'spec')
-rw-r--r--spec/fixtures/haproxy.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/fixtures/haproxy.cfg b/spec/fixtures/haproxy.cfg
index c5ada76..b5cec9b 100644
--- a/spec/fixtures/haproxy.cfg
+++ b/spec/fixtures/haproxy.cfg
@@ -3,20 +3,20 @@ global
ca-base ./tmp
crt-base ./tmp
tune.ssl.default-dh-param 4096
- log stdout local0 debug
+ log stdout format raw local0 debug
defaults
log global
option httplog
mode http
retries 3
- timeout http-request 10s
+ timeout http-request 1s
timeout queue 1s
timeout connect 1s
timeout client 1s
timeout server 1s
timeout http-keep-alive 1s
- timeout check 10s
+ timeout check 1s
maxconn 32
frontend www-https