Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
bump up timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellockard committed Aug 4, 2015
1 parent de79058 commit 380ccca
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions haproxy/haproxy.cfg
Expand Up @@ -13,9 +13,9 @@ defaults
option dontlognull
option forwardfor
option httpclose
timeout connect 5000ms
timeout client 50s
timeout server 50s
timeout connect 120s
timeout client 120s
timeout server 120s

frontend http
bind *:8000
Expand All @@ -29,13 +29,11 @@ backend haproxy-stats
listen relay2003 *:2003
mode tcp
option tcplog
timeout client 5s
balance roundrobin
server relay2003 localhost:3003 check

listen relay2004 *:2004
mode tcp
option tcplog
timeout client 5s
balance roundrobin
server relay2004 localhost:3004 check

0 comments on commit 380ccca

Please sign in to comment.