NGX_HTTP_NOT_FOUND  199 http/modules/ngx_http_autoindex_module.c             rc = NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  327 http/modules/ngx_http_dav_module.c         rc = (err == NGX_ENOTDIR) ? NGX_HTTP_CONFLICT : NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  420 http/modules/ngx_http_dav_module.c                               NGX_HTTP_NOT_FOUND, failed, path->data);
NGX_HTTP_NOT_FOUND  696 http/modules/ngx_http_dav_module.c                                       NGX_HTTP_NOT_FOUND, ngx_link_info_n,
NGX_HTTP_NOT_FOUND  727 http/modules/ngx_http_dav_module.c                                   NGX_HTTP_NOT_FOUND, ngx_link_info_n,
NGX_HTTP_NOT_FOUND  765 http/modules/ngx_http_dav_module.c                                       NGX_HTTP_NOT_FOUND,
NGX_HTTP_NOT_FOUND  125 http/modules/ngx_http_flv_module.c             rc = NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  141 http/modules/ngx_http_flv_module.c         if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) {
NGX_HTTP_NOT_FOUND  248 http/modules/ngx_http_gzip_filter_module.c             && r->headers_out.status != NGX_HTTP_NOT_FOUND)
NGX_HTTP_NOT_FOUND  182 http/modules/ngx_http_gzip_static_module.c         return NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  358 http/modules/ngx_http_index_module.c     return NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  126 http/modules/ngx_http_random_index_module.c             rc = NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  110 http/modules/ngx_http_static_module.c             rc = NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  126 http/modules/ngx_http_static_module.c         if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) {
NGX_HTTP_NOT_FOUND  191 http/modules/ngx_http_static_module.c         return NGX_HTTP_NOT_FOUND;
NGX_HTTP_NOT_FOUND  932 http/ngx_http_core_module.c         ngx_http_finalize_request(r, NGX_HTTP_NOT_FOUND);
NGX_HTTP_NOT_FOUND 1377 http/ngx_http_core_module.c     ngx_http_finalize_request(r, NGX_HTTP_NOT_FOUND);
NGX_HTTP_NOT_FOUND 1695 http/ngx_http_upstream.c     if (status == NGX_HTTP_NOT_FOUND && u->conf->intercept_404) {
NGX_HTTP_NOT_FOUND 1696 http/ngx_http_upstream.c         ngx_http_upstream_finalize_request(r, u, NGX_HTTP_NOT_FOUND);
NGX_HTTP_NOT_FOUND 1849 http/ngx_http_upstream.c             ngx_http_finalize_request(r, NGX_HTTP_NOT_FOUND);
NGX_HTTP_NOT_FOUND 2828 http/ngx_http_upstream.c             status = NGX_HTTP_NOT_FOUND;