Searched refs:intercept_errors (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 181 ngx_flag_t intercept_errors; member
|
| H A D | ngx_http_upstream.c | 2597 if (!u->conf->intercept_errors) { in ngx_http_upstream_intercept_errors()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 192 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 D | ngx_http_uwsgi_module.c | 253 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 D | ngx_http_memcached_module.c | 623 conf->upstream.intercept_errors = 1; in ngx_http_memcached_create_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 342 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 D | ngx_http_grpc_module.c | 279 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 D | ngx_http_proxy_module.c | 363 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()
|