updated haproxy defaults
https://www.papertrail.com/solution/tips/haproxy-logging-how-to-tune-timeouts-for-performance/
This commit is contained in:
parent
b4a15128db
commit
09fa3f513c
@ -6,10 +6,17 @@ global
|
|||||||
defaults
|
defaults
|
||||||
log global
|
log global
|
||||||
mode http
|
mode http
|
||||||
timeout client 10s
|
retries 3
|
||||||
|
maxconn 2000
|
||||||
timeout connect 5s
|
timeout connect 5s
|
||||||
timeout server 10s
|
timeout client 50s
|
||||||
|
timeout server 50s
|
||||||
timeout http-request 10s
|
timeout http-request 10s
|
||||||
|
timeout http-keep-alive 2s
|
||||||
|
timeout queue 5s
|
||||||
|
timeout tunnel 2m
|
||||||
|
timeout client-fin 1s
|
||||||
|
timeout server-fin 1s
|
||||||
|
|
||||||
|
|
||||||
#Application Setup
|
#Application Setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user