Home
last modified time | relevance | path

Searched refs:NGX_HTTP_FORBIDDEN (Results 1 – 14 of 14) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_index_module.c231 return NGX_HTTP_FORBIDDEN; in ngx_http_index_handler()
325 return NGX_HTTP_FORBIDDEN; in ngx_http_index_test_dir()
375 return NGX_HTTP_FORBIDDEN; in ngx_http_index_error()
H A Dngx_http_flv_module.c140 rc = NGX_HTTP_FORBIDDEN; in ngx_http_flv_handler()
H A Dngx_http_static_module.c125 rc = NGX_HTTP_FORBIDDEN; in ngx_http_static_handler()
H A Dngx_http_random_index_module.c131 rc = NGX_HTTP_FORBIDDEN; in ngx_http_random_index_handler()
H A Dngx_http_auth_request_module.c137 if (ctx->status == NGX_HTTP_FORBIDDEN) { in ngx_http_auth_request_handler()
H A Dngx_http_auth_basic_module.c148 rc = NGX_HTTP_FORBIDDEN; in ngx_http_auth_basic_handler()
H A Dngx_http_access_module.c288 return NGX_HTTP_FORBIDDEN; in ngx_http_access_found()
H A Dngx_http_gzip_filter_module.c251 && r->headers_out.status != NGX_HTTP_FORBIDDEN in ngx_http_gzip_header_filter()
H A Dngx_http_autoindex_module.c229 rc = NGX_HTTP_FORBIDDEN; in ngx_http_autoindex_handler()
H A Dngx_http_dav_module.c1050 rc = NGX_HTTP_FORBIDDEN; in ngx_http_dav_error()
H A Dngx_http_mp4_module.c505 rc = NGX_HTTP_FORBIDDEN; in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h92 #define NGX_HTTP_FORBIDDEN 403 macro
H A Dngx_http_core_module.c1124 if (rc == NGX_HTTP_FORBIDDEN || rc == NGX_HTTP_UNAUTHORIZED) { in ngx_http_core_access_phase()
1153 if (access_code == NGX_HTTP_FORBIDDEN) { in ngx_http_core_post_access_phase()
1210 ngx_http_finalize_request(r, NGX_HTTP_FORBIDDEN); in ngx_http_core_content_phase()
H A Dngx_http_upstream.c4186 status = NGX_HTTP_FORBIDDEN; in ngx_http_upstream_next()