Nginx.org

Using nginx as HTTP load balancer

WEBLoad balancing across multiple application instances is a commonly used technique for optimizing resource utilization, maximizing throughput, reducing latency, and ensuring …

Actived: Just Now

URL: https://nginx.org/en/docs/http/load_balancing.html

Module ngx_http_upstream_hc_module

WEBThe ngx_http_upstream_hc_module module allows enabling periodic health checks of the servers in a group referenced in the surrounding location. The server group must reside …

Category:  Health Go Health

Module ngx_http_api_module

WEBThe ngx_http_api_module module (1.13.3) provides REST API for accessing various status information, configuring upstream server groups on-the-fly, and managing key-value …

Category:  Health Go Health

dynamic upstream configuration

WEBIf the health check times out, the backend stays down. If the health check returns "UP", the server is marked up. If check returns "STARTING", the health check …

Category:  Health Go Health

Ngnix 1.4.1 with upstream health check module

WEBHi All Need help to install or configure upstream health check module with nginx version 1.4.1 I have installed the nginx 1.4.1 version from ngnix repo using yum. …

Category:  Health Go Health

healthcheck do not working

WEBI tried to use the latest stable: nginx/1.0.0 I installed both this healthcheck_nginx_upstream and cep21 / nginx_upstream_hash. Both patches succeeded.

Category:  Health Go Health

Module ngx_http_status_module

WEBThe ngx_http_status_module module provides access to various status information. This module was available as part of our commercial subscription until …

Category:  Health Go Health

Re: nginx-sticky & nginx_http_upstream_check modules not …

WEBHi, We use nginx-sticky-module for session persistence and we planned to use nginx_http_upstream_check_module for to check the upstream service health. …

Category:  Health Go Health

Configuring HTTPS servers

WEBTo configure an HTTPS server, the ssl parameter must be enabled on listening sockets in the server block, and the locations of the server certificate and private key files should …

Category:  Health Go Health

Help with UDP load balancing passive health checks

WEBTCP works just fine, when the. server goes down, all messages failover to the active server. But with UDP, that does not happen. Maybe someone can point me to …

Category:  Health Go Health

Module ngx_http_stub_status_module

WEBThe ngx_http_stub_status_module module provides access to basic status information.. This module is not built by default, it should be enabled with the --with …

Category:  Health Go Health

Alphabetical index of directives

WEBenglish русский news about download security documentation faq books community trac twitter blog unit njs

Category:  Health Go Health

Module ngx_stream_proxy_module

WEBIt is also necessary to configure kernel routing table to intercept network traffic from the proxied server. Syntax: proxy_buffer_size size; Default: proxy_buffer_size 16k; Context: …

Category:  Health Go Health

Module ngx_stream_upstream_hc_module

WEBThe ngx_stream_upstream_hc_module module (1.9.0) allows enabling periodic health checks of the servers in a group.The server group must reside in the shared memory. If …

Category:  Health Go Health

Module ngx_http_proxy_module

WEBSets the path and other parameters of a cache. Cache data are stored in files. The file name in a cache is a result of applying the MD5 function to the cache key.The levels …

Category:  Health Go Health

Module ngx_http_upstream_module

WEBDefines the name and size of the shared memory zone that keeps the group’s configuration and run-time state that are shared between worker processes. Several groups may …

Category:  Health Go Health