Nginx.org

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 …

Actived: 5 days ago

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

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 …

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

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

Module ngx_http_index_module

WebModule ngx_http_index_module. Example Configuration. Directives. index. The ngx_http_index_module module processes requests ending with the slash character (‘ / …

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_core_module

WebDisables keep-alive connections with misbehaving browsers. The browser parameters specify which browsers will be affected. The value msie6 disables keep-alive …

Category:  Health Go Health

Module ngx_http_grpc_module

Webhttp, server, location. Specifies a file with the secret key in the PEM format used for authentication to a gRPC SSL server. The value engine: name: id can be specified …

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 be …

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

Alphabetical index of directives

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

Category:  Health Go Health

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_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 parameter …

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 a …

Category:  Health Go Health