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