mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Nginx: minor improve
This commit is contained in:
@@ -196,7 +196,7 @@ ngx_pool_context_init_conf(ngx_cycle_t *cycle, void *conf)
|
||||
{
|
||||
ngx_pool_context_conf_t *pcf = conf;
|
||||
|
||||
ngx_conf_init_uint_value(pcf->size, NGX_POOL_CTX_SIZE);
|
||||
ngx_conf_init_uint_value(pcf->size, cycle->connection_n);
|
||||
|
||||
ngx_pool_context_hash_size = pcf->size;
|
||||
|
||||
|
Reference in New Issue
Block a user