Searched refs:NGX_HTTP_UPSTREAM_FT_HTTP_403 (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 27 #define NGX_HTTP_UPSTREAM_FT_HTTP_403 0x00000100 macro 41 |NGX_HTTP_UPSTREAM_FT_HTTP_403 \
|
| H A D | ngx_http_upstream.c | 450 { 403, NGX_HTTP_UPSTREAM_FT_HTTP_403 }, 4147 if (ft_type == NGX_HTTP_UPSTREAM_FT_HTTP_403 in ngx_http_upstream_next() 4185 case NGX_HTTP_UPSTREAM_FT_HTTP_403: in ngx_http_upstream_next()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 83 { ngx_string("http_403"), NGX_HTTP_UPSTREAM_FT_HTTP_403 },
|
| H A D | ngx_http_uwsgi_module.c | 115 { ngx_string("http_403"), NGX_HTTP_UPSTREAM_FT_HTTP_403 },
|
| H A D | ngx_http_fastcgi_module.c | 212 { ngx_string("http_403"), NGX_HTTP_UPSTREAM_FT_HTTP_403 },
|
| H A D | ngx_http_grpc_module.c | 215 { ngx_string("http_403"), NGX_HTTP_UPSTREAM_FT_HTTP_403 },
|
| H A D | ngx_http_proxy_module.c | 225 { ngx_string("http_403"), NGX_HTTP_UPSTREAM_FT_HTTP_403 },
|