Make HTTP Keep-Alive timeout configurable for backend connections
This commit is contained in:
parent
84d7c65039
commit
f6436663eb
8 changed files with 149 additions and 0 deletions
|
@ -477,6 +477,10 @@
|
|||
The amount of time to wait for a server's response headers after fully writing
|
||||
the request (including its body, if any). If zero, no timeout exists.
|
||||
|
||||
--serverstransport.forwardingtimeouts.idleconntimeout (Default: "90s")
|
||||
The maximum period for which an idle HTTP keep-alive connection to a backend
|
||||
server will remain open before closing itself.
|
||||
|
||||
--serverstransport.insecureskipverify (Default: "false")
|
||||
Disable SSL certificate verification.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue