Home
last modified time | relevance | path

Searched refs:NGX_HTTP_UNAUTHORIZED (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_auth_request_module.c141 if (ctx->status == NGX_HTTP_UNAUTHORIZED) { in ngx_http_auth_request_handler()
H A Dngx_http_auth_basic_module.c338 return NGX_HTTP_UNAUTHORIZED; in ngx_http_auth_basic_set_realm()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h91 #define NGX_HTTP_UNAUTHORIZED 401 macro
H A Dngx_http_core_module.c1124 if (rc == NGX_HTTP_FORBIDDEN || rc == NGX_HTTP_UNAUTHORIZED) { in ngx_http_core_access_phase()
1125 if (r->access_code != NGX_HTTP_UNAUTHORIZED) { in ngx_http_core_access_phase()
H A Dngx_http_upstream.c2612 if (status == NGX_HTTP_UNAUTHORIZED in ngx_http_upstream_intercept_errors()