commit | a3ec505730c0f27d2faad7b2982ba6e3bac4c9d9 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Jan 09 16:26:53 2007 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Jan 09 16:26:53 2007 +0000 |
tree | 2e7252e9094356ae36f246ec8c17e6dd6e4818db | |
parent | 667a79b5f3c4c2d554e35fe2bc5954d3f509335d [diff] |
do not count connection for subrequest
diff --git a/src/http/modules/ngx_http_limit_zone_module.c b/src/http/modules/ngx_http_limit_zone_module.c index 0780258..396cb7f 100644 --- a/src/http/modules/ngx_http_limit_zone_module.c +++ b/src/http/modules/ngx_http_limit_zone_module.c
@@ -113,7 +113,7 @@ ngx_http_limit_zone_conf_t *lzcf; ngx_http_limit_zone_cleanup_t *lzcln; - if (r->limit_zone_set) { + if (r->main->limit_zone_set) { return NGX_DECLINED; }