Home
last modified time | relevance | path

Searched refs:ngx_http_index_error (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_index_module.c31 static ngx_int_t ngx_http_index_error(ngx_http_request_t *r,
239 return ngx_http_index_error(r, clcf, path.data, of.err); in ngx_http_index_handler()
331 return ngx_http_index_error(r, clcf, dir.data, NGX_ENOENT); in ngx_http_index_test_dir()
368 ngx_http_index_error(ngx_http_request_t *r, ngx_http_core_loc_conf_t *clcf, in ngx_http_index_error() function