aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_index_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-05-24 12:35:10 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-05-24 12:35:10 +0000
commitde0b1d6f12e67e543627d8da4aa0aac739f143af (patch)
tree05ea9e2687d1b32054c26f7666b3f740a016dc97 /src/http/modules/ngx_http_index_module.c
parent9b2763a245e51032734089672a8a74611a288fae (diff)
downloadnginx-de0b1d6f12e67e543627d8da4aa0aac739f143af.tar.gz
nginx-de0b1d6f12e67e543627d8da4aa0aac739f143af.zip
remove r->zero_in_uri
Diffstat (limited to 'src/http/modules/ngx_http_index_module.c')
-rw-r--r--src/http/modules/ngx_http_index_module.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/http/modules/ngx_http_index_module.c b/src/http/modules/ngx_http_index_module.c
index fe2a121b6..15aeaf9c6 100644
--- a/src/http/modules/ngx_http_index_module.c
+++ b/src/http/modules/ngx_http_index_module.c
@@ -116,10 +116,6 @@ ngx_http_index_handler(ngx_http_request_t *r)
return NGX_DECLINED;
}
- if (r->zero_in_uri) {
- return NGX_DECLINED;
- }
-
ilcf = ngx_http_get_module_loc_conf(r, ngx_http_index_module);
clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);