ngx http upstream random module

GPTKB entity

Statements (30)
Predicate Object
gptkbp:instance_of gptkb:Author
gptkbp:bfsLayer 2
gptkbp:bfsParent gptkb:Author
gptkbp:author gptkb:Igor_Sysoev
gptkbp:capacity Random algorithm.
Random selection of upstream servers.
gptkbp:community_support Active community support.
gptkbp:enacted_by random
fail_timeout
least_conn
max_fails
gptkbp:error_handling Handles server failures.
gptkbp:first_released gptkb:2004
gptkbp:has_documentation Available on Nginx official website.
https://www.w3.org/2000/01/rdf-schema#label ngx http upstream random module
gptkbp:is_compatible_with Compatible with Nginx versions 1.0 and above.
gptkbp:is_described_as Provides random load balancing for upstream servers.
gptkbp:latest_version 1.21.6
gptkbp:module ngx_http_upstream_hash_module
Load balancing module
Nginx source code.
ngx_http_upstream_module
gptkbp:performance Minimal overhead.
gptkbp:session gptkb:battle
gptkbp:setting nginx.conf
upstream backend { server backend1; server backend2; random; }
random;
gptkbp:status Active
gptkbp:use_case Load balancing for microservices.
gptkbp:uses Used in high-traffic websites.