Combined Upstreams#
The module allows combining multiple server groups into one.
It introduces the To install the module, use one of the following packages: Angie: Angie PRO: To use the module, load it in the Detailed documentation and source code are available at:
lyokha/nginx-combined-upstreams-module Configuration examples and a detailed breakdown of the module directives:add_upstream, combine_server_singlets, and
extend_single_peers directives available within upstream
configuration blocks, as well as a new upstrand configuration block for
creating higher-level upstream blocks. In addition, it introduces the
dynamic_upstrand directive for selecting upstream blocks at runtime.Installation#
angie-module-combined-upstreamsangie-pro-module-combined-upstreamsLoading the module#
main{} context:load_module modules/ngx_http_combined_upstreams_module.so;
Additional information#