Searched refs:NGX_HTTP_UPSTREAM_FT_HTTP_503 (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 25 #define NGX_HTTP_UPSTREAM_FT_HTTP_503 0x00000040 macro 39 |NGX_HTTP_UPSTREAM_FT_HTTP_503 \
|
| H A D | ngx_http_upstream.c | 448 { 503, NGX_HTTP_UPSTREAM_FT_HTTP_503 }, 4181 case NGX_HTTP_UPSTREAM_FT_HTTP_503: in ngx_http_upstream_next()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 82 { ngx_string("http_503"), NGX_HTTP_UPSTREAM_FT_HTTP_503 },
|
| H A D | ngx_http_uwsgi_module.c | 114 { ngx_string("http_503"), NGX_HTTP_UPSTREAM_FT_HTTP_503 },
|
| H A D | ngx_http_fastcgi_module.c | 211 { ngx_string("http_503"), NGX_HTTP_UPSTREAM_FT_HTTP_503 },
|
| H A D | ngx_http_grpc_module.c | 213 { ngx_string("http_503"), NGX_HTTP_UPSTREAM_FT_HTTP_503 },
|
| H A D | ngx_http_proxy_module.c | 223 { ngx_string("http_503"), NGX_HTTP_UPSTREAM_FT_HTTP_503 },
|