Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h181 ngx_flag_t intercept_errors; member
H A Dngx_http_upstream.c2597 if (!u->conf->intercept_errors) { in ngx_http_upstream_intercept_errors()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c192 offsetof(ngx_http_scgi_loc_conf_t, upstream.intercept_errors),
1245 conf->upstream.intercept_errors = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf()
1540 ngx_conf_merge_value(conf->upstream.intercept_errors, in ngx_http_scgi_merge_loc_conf()
1541 prev->upstream.intercept_errors, 0); in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c253 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.intercept_errors),
1458 conf->upstream.intercept_errors = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf()
1761 ngx_conf_merge_value(conf->upstream.intercept_errors, in ngx_http_uwsgi_merge_loc_conf()
1762 prev->upstream.intercept_errors, 0); in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_memcached_module.c623 conf->upstream.intercept_errors = 1; in ngx_http_memcached_create_loc_conf()
H A Dngx_http_fastcgi_module.c342 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.intercept_errors),
2766 conf->upstream.intercept_errors = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf()
3066 ngx_conf_merge_value(conf->upstream.intercept_errors, in ngx_http_fastcgi_merge_loc_conf()
3067 prev->upstream.intercept_errors, 0); in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_grpc_module.c279 offsetof(ngx_http_grpc_loc_conf_t, upstream.intercept_errors),
4187 conf->upstream.intercept_errors = NGX_CONF_UNSET; in ngx_http_grpc_create_loc_conf()
4268 ngx_conf_merge_value(conf->upstream.intercept_errors, in ngx_http_grpc_merge_loc_conf()
4269 prev->upstream.intercept_errors, 0); in ngx_http_grpc_merge_loc_conf()
H A Dngx_http_proxy_module.c363 offsetof(ngx_http_proxy_loc_conf_t, upstream.intercept_errors),
2899 conf->upstream.intercept_errors = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf()
3220 ngx_conf_merge_value(conf->upstream.intercept_errors, in ngx_http_proxy_merge_loc_conf()
3221 prev->upstream.intercept_errors, 0); in ngx_http_proxy_merge_loc_conf()