Home
last modified time | relevance | path

Searched refs:NGX_HTTP_MOVED_TEMPORARILY (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_special_response.c480 || error == NGX_HTTP_MOVED_TEMPORARILY)) in ngx_http_special_response_handler()
633 && overwrite != NGX_HTTP_MOVED_TEMPORARILY in ngx_http_send_error_page()
638 r->err_status = NGX_HTTP_MOVED_TEMPORARILY; in ngx_http_send_error_page()
H A Dngx_http_request.h84 #define NGX_HTTP_MOVED_TEMPORARILY 302 macro
H A Dngx_http_core_module.c1687 || status == NGX_HTTP_MOVED_TEMPORARILY in ngx_http_send_response()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c353 regex->status = NGX_HTTP_MOVED_TEMPORARILY; in ngx_http_rewrite()
367 regex->status = NGX_HTTP_MOVED_TEMPORARILY; in ngx_http_rewrite()
469 ret->status = NGX_HTTP_MOVED_TEMPORARILY; in ngx_http_rewrite_return()
H A Dngx_http_headers_filter_module.c193 case NGX_HTTP_MOVED_TEMPORARILY: in ngx_http_headers_filter()
284 case NGX_HTTP_MOVED_TEMPORARILY: in ngx_http_trailers_filter()
H A Dngx_http_charset_filter_module.c498 || r->headers_out.status == NGX_HTTP_MOVED_TEMPORARILY) in ngx_http_set_charset()