Searched refs:NGX_HTTP_FORBIDDEN (Results 1 – 14 of 14) sorted by relevance
231 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()
140 rc = NGX_HTTP_FORBIDDEN; in ngx_http_flv_handler()
125 rc = NGX_HTTP_FORBIDDEN; in ngx_http_static_handler()
131 rc = NGX_HTTP_FORBIDDEN; in ngx_http_random_index_handler()
137 if (ctx->status == NGX_HTTP_FORBIDDEN) { in ngx_http_auth_request_handler()
148 rc = NGX_HTTP_FORBIDDEN; in ngx_http_auth_basic_handler()
288 return NGX_HTTP_FORBIDDEN; in ngx_http_access_found()
251 && r->headers_out.status != NGX_HTTP_FORBIDDEN in ngx_http_gzip_header_filter()
229 rc = NGX_HTTP_FORBIDDEN; in ngx_http_autoindex_handler()
1050 rc = NGX_HTTP_FORBIDDEN; in ngx_http_dav_error()
505 rc = NGX_HTTP_FORBIDDEN; in ngx_http_mp4_handler()
92 #define NGX_HTTP_FORBIDDEN 403 macro
1124 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()
4186 status = NGX_HTTP_FORBIDDEN; in ngx_http_upstream_next()