Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_fastcgi_module.c38 ngx_array_t *catch_stderr; member
563 offsetof(ngx_http_fastcgi_loc_conf_t, catch_stderr),
1748 if (flcf->catch_stderr) { in ngx_http_fastcgi_process_header()
1749 pattern = flcf->catch_stderr->elts; in ngx_http_fastcgi_process_header()
1751 for (i = 0; i < flcf->catch_stderr->nelts; i++) { in ngx_http_fastcgi_process_header()
2773 conf->catch_stderr = NGX_CONF_UNSET_PTR; in ngx_http_fastcgi_create_loc_conf()
3069 ngx_conf_merge_ptr_value(conf->catch_stderr, prev->catch_stderr, NULL); in ngx_http_fastcgi_merge_loc_conf()