change timeout from 25s to 120s
parent
44b01edf48
commit
f24065edb1
|
@ -12,10 +12,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