mirror of
https://github.com/nginx/nginx.git
synced 2026-05-06 07:46:38 -04:00
3b5da468b3
Example configuration:
upstream u {
least_time connect | first_byte | last_byte [inflight];
server a;
server b;
}
Co-authored-by: Roman Arutyunyan <arut@nginx.com>