Searched refs:log_not_found (Results 1 – 9 of 9) sorted by relevance
150 if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) { in ngx_http_flv_handler()
135 if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) { in ngx_http_static_handler()
378 if (clcf->log_not_found) { in ngx_http_index_error()
515 if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) { in ngx_http_mp4_handler()
396 ngx_flag_t log_not_found; /* log_not_found */ member
606 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()
5020 *) Исправление: директива log_not_found не работала при поиске индексных7719 *) Добавление: директива log_not_found.
4923 *) Bugfix: the "log_not_found" directive did not work for index files7584 *) Feature: the "log_not_found" directive.
365 syn keyword ngxDirective contained log_not_found