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
|
@ -9,6 +9,7 @@
|
|||
[ServersTransport.ForwardingTimeouts]
|
||||
DialTimeout = 42
|
||||
ResponseHeaderTimeout = 42
|
||||
IdleConnTimeout = 5
|
||||
|
||||
[EntryPoints]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue