NGX_HTTP_NOT_FOUND  221 src/http/modules/ngx_http_autoindex_module.c             rc = NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  336 src/http/modules/ngx_http_dav_module.c         rc = (err == NGX_ENOTDIR) ? NGX_HTTP_CONFLICT : NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  429 src/http/modules/ngx_http_dav_module.c                               NGX_HTTP_NOT_FOUND, failed, path->data);
NGX_HTTP_NOT_FOUND  712 src/http/modules/ngx_http_dav_module.c                                       NGX_HTTP_NOT_FOUND, ngx_link_info_n,
NGX_HTTP_NOT_FOUND  743 src/http/modules/ngx_http_dav_module.c                                   NGX_HTTP_NOT_FOUND, ngx_link_info_n,
NGX_HTTP_NOT_FOUND  781 src/http/modules/ngx_http_dav_module.c                                       NGX_HTTP_NOT_FOUND,
NGX_HTTP_NOT_FOUND  130 src/http/modules/ngx_http_flv_module.c             rc = NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  150 src/http/modules/ngx_http_flv_module.c         if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) {
NGX_HTTP_NOT_FOUND  249 src/http/modules/ngx_http_gzip_filter_module.c             && r->headers_out.status != NGX_HTTP_NOT_FOUND)
NGX_HTTP_NOT_FOUND  212 src/http/modules/ngx_http_gzip_static_module.c         return NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  383 src/http/modules/ngx_http_index_module.c     return NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  487 src/http/modules/ngx_http_mp4_module.c             rc = NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  507 src/http/modules/ngx_http_mp4_module.c         if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) {
NGX_HTTP_NOT_FOUND  127 src/http/modules/ngx_http_random_index_module.c             rc = NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  115 src/http/modules/ngx_http_static_module.c             rc = NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  135 src/http/modules/ngx_http_static_module.c         if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) {
NGX_HTTP_NOT_FOUND  202 src/http/modules/ngx_http_static_module.c         return NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  935 src/http/ngx_http_core_module.c         ngx_http_finalize_request(r, NGX_HTTP_NOT_FOUND);
NGX_HTTP_NOT_FOUND 1397 src/http/ngx_http_core_module.c     ngx_http_finalize_request(r, NGX_HTTP_NOT_FOUND);
NGX_HTTP_NOT_FOUND 2309 src/http/ngx_http_upstream.c     if (status == NGX_HTTP_NOT_FOUND && u->conf->intercept_404) {
NGX_HTTP_NOT_FOUND 2310 src/http/ngx_http_upstream.c         ngx_http_upstream_finalize_request(r, u, NGX_HTTP_NOT_FOUND);
NGX_HTTP_NOT_FOUND 2475 src/http/ngx_http_upstream.c                 ngx_http_finalize_request(r, NGX_HTTP_NOT_FOUND);
NGX_HTTP_NOT_FOUND 3833 src/http/ngx_http_upstream.c             status = NGX_HTTP_NOT_FOUND;