diff --git a/ngx_http_fancyindex_module.c b/ngx_http_fancyindex_module.c index 515ecf1..435485f 100644 --- a/ngx_http_fancyindex_module.c +++ b/ngx_http_fancyindex_module.c @@ -591,9 +591,6 @@ ngx_http_fancyindex_handler(ngx_http_request_t *r) } /* TODO: Win32 */ - if (r->zero_in_uri) { - return NGX_DECLINED; - } if (!(r->method & (NGX_HTTP_GET|NGX_HTTP_HEAD))) { return NGX_DECLINED;