Skip to content

Commit

Permalink
haproxy: fix timeout when using websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelnicolas committed May 3, 2018
1 parent ca7106f commit a9ef94c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions etc/haproxy/haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ defaults
mode http
option httplog
option dontlognull
timeout connect 5000
timeout client 15000
timeout server 15000
timeout connect 5s
timeout client 15s
timeout server 15s
timeout tunnel 1h
errorfile 400 /etc/haproxy/errors/400.http
errorfile 403 /etc/haproxy/errors/403.http
errorfile 408 /etc/haproxy/errors/408.http
Expand Down

0 comments on commit a9ef94c

Please sign in to comment.