The ngx_stream_limit_conn_module module (1.9.3) is used to limit the number of connections per the defined key, in particular, the number of connections from a single IP address. Example Configuration stream { limit_conn_zone $binary_remote_addr zone=addr:10m; ... server { ... limit_...
limit_conn_zone 所述ngx_stream_limit_conn_module模块(1.9.3)被用于限制每个定义的键连接的数量,尤其是,从一个单一的IP地址的连接的数量。 示例配置 代码语言:javascript 复制 stream{limit_conn_zone $binary_remote_addr zone=addr:10m;...server{...limit_conn addr1;limit_conn_log_level error;}} ...
Thengx_stream_limit_conn_modulemodule (1.9.3) is used to limit the number of connections per the defined key, in particular, the number of connections from a single IP address. Example Configuration stream { limit_conn_zone $binary_remote_addr zone=addr:10m; ... server { ... limit_conn...