Searched refs:NGX_HTTP_UPSTREAM_FT_HTTP_404 (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 28 #define NGX_HTTP_UPSTREAM_FT_HTTP_404 0x00000200 macro 42 |NGX_HTTP_UPSTREAM_FT_HTTP_404 \
|
| H A D | ngx_http_upstream.c | 451 { 404, NGX_HTTP_UPSTREAM_FT_HTTP_404 }, 4148 || ft_type == NGX_HTTP_UPSTREAM_FT_HTTP_404) in ngx_http_upstream_next() 4189 case NGX_HTTP_UPSTREAM_FT_HTTP_404: in ngx_http_upstream_next()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_memcached_module.c | 48 { ngx_string("not_found"), NGX_HTTP_UPSTREAM_FT_HTTP_404 },
|
| H A D | ngx_http_scgi_module.c | 84 { ngx_string("http_404"), NGX_HTTP_UPSTREAM_FT_HTTP_404 },
|
| H A D | ngx_http_uwsgi_module.c | 116 { ngx_string("http_404"), NGX_HTTP_UPSTREAM_FT_HTTP_404 },
|
| H A D | ngx_http_fastcgi_module.c | 213 { ngx_string("http_404"), NGX_HTTP_UPSTREAM_FT_HTTP_404 },
|
| H A D | ngx_http_grpc_module.c | 216 { ngx_string("http_404"), NGX_HTTP_UPSTREAM_FT_HTTP_404 },
|
| H A D | ngx_http_proxy_module.c | 226 { ngx_string("http_404"), NGX_HTTP_UPSTREAM_FT_HTTP_404 },
|