Skip to content

urgordeadbeef/ngx_http_upstream_least_time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngx_http_upstream_least_time

Directive

least_time

  • Syntax: least_time header | last_byte [inflight];
  • Default: —
  • Context: upstream

A load balancing method by the lowest average response time and the lowest number of active connections

If the header parameter is specified, time to receive the response header is used. If the last_byte parameter is specified, time to receive the full response is used. If the inflight parameter is specified, incomplete requests are also taken into account.

About

A load balancing method by the least average response time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages