default timeout values changed from 25s to 120s
parent
d031490b43
commit
4992b16e39
|
@ -9,10 +9,10 @@ global
|
|||
|
||||
defaults
|
||||
mode http
|
||||
timeout connect 25s
|
||||
timeout client 25s
|
||||
timeout client-fin 25s
|
||||
timeout server 25s
|
||||
timeout connect 120s
|
||||
timeout client 120s
|
||||
timeout client-fin 120s
|
||||
timeout server 120s
|
||||
timeout tunnel 7200s
|
||||
option http-server-close
|
||||
option httpclose
|
||||
|
|
Loading…
Reference in New Issue