Module ngx_http_limit_conn_module
- Example Configuration
- Directives
- limit_conn
- limit_conn_log_level
- limit_conn_status
- limit_conn_zone
- limit_zone
The ngx_http_limit_conn_module
module is used to limit the number of connections per the defined key, in particular, the number of connections from a single IP address.
Not all connections are counted. A connection is counted only if it has a request processed by the server and the whole request header has already been read.