Syntax: limit_conn_zone
key
zone=name:size; Default: — Context: stream
Sets parameters for a shared memory zone that will keep states for various keys. In particular, the state includes the current number of connections. The key can contain text, variables, and their combinations (1.11.2). Connections with an empty key value are not accounted. Usage example:
limit_conn_zone $binary_remote_addr zone=addr:10m;
Here, the key is a client IP address set by the $binary_remot