Make HTTP Keep-Alive timeout configurable for backend connections

This commit is contained in:
Máté Szabó 2019-06-28 00:36:04 +02:00 committed by Traefiker Bot
parent 84d7c65039
commit f6436663eb
8 changed files with 149 additions and 0 deletions

View file

@ -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.