Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_flv_module.c150 if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) { in ngx_http_flv_handler()
H A Dngx_http_static_module.c135 if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) { in ngx_http_static_handler()
H A Dngx_http_index_module.c378 if (clcf->log_not_found) { in ngx_http_index_error()
H A Dngx_http_mp4_module.c515 if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) { in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h396 ngx_flag_t log_not_found; /* log_not_found */ member
H A Dngx_http_core_module.c606 offsetof(ngx_http_core_loc_conf_t, log_not_found),
3454 clcf->log_not_found = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3722 ngx_conf_merge_value(conf->log_not_found, prev->log_not_found, 1); in ngx_http_core_merge_loc_conf()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru5020 *) Исправление: директива log_not_found не работала при поиске индексных
7719 *) Добавление: директива log_not_found.
H A DCHANGES4923 *) Bugfix: the "log_not_found" directive did not work for index files
7584 *) Feature: the "log_not_found" directive.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim365 syn keyword ngxDirective contained log_not_found