Searched refs:NGX_HTTP_UPSTREAM_FT_HTTP_500 (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 23 #define NGX_HTTP_UPSTREAM_FT_HTTP_500 0x00000010 macro 37 #define NGX_HTTP_UPSTREAM_FT_STATUS (NGX_HTTP_UPSTREAM_FT_HTTP_500 \
|
| H A D | ngx_http_upstream.c | 446 { 500, NGX_HTTP_UPSTREAM_FT_HTTP_500 }, 4177 case NGX_HTTP_UPSTREAM_FT_HTTP_500: in ngx_http_upstream_next()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 81 { ngx_string("http_500"), NGX_HTTP_UPSTREAM_FT_HTTP_500 },
|
| H A D | ngx_http_uwsgi_module.c | 113 { ngx_string("http_500"), NGX_HTTP_UPSTREAM_FT_HTTP_500 },
|
| H A D | ngx_http_fastcgi_module.c | 210 { ngx_string("http_500"), NGX_HTTP_UPSTREAM_FT_HTTP_500 },
|
| H A D | ngx_http_grpc_module.c | 211 { ngx_string("http_500"), NGX_HTTP_UPSTREAM_FT_HTTP_500 },
|
| H A D | ngx_http_proxy_module.c | 221 { ngx_string("http_500"), NGX_HTTP_UPSTREAM_FT_HTTP_500 },
|