Home
last modified time | relevance | path

Searched refs:NGX_HTTP_MOVED_PERMANENTLY (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_special_response.c479 && (error == NGX_HTTP_MOVED_PERMANENTLY in ngx_http_special_response_handler()
493 } else if (error >= NGX_HTTP_MOVED_PERMANENTLY in ngx_http_special_response_handler()
497 err = error - NGX_HTTP_MOVED_PERMANENTLY + NGX_HTTP_OFF_3XX; in ngx_http_special_response_handler()
632 if (overwrite != NGX_HTTP_MOVED_PERMANENTLY in ngx_http_send_error_page()
656 - NGX_HTTP_MOVED_PERMANENTLY in ngx_http_send_error_page()
H A Dngx_http_header_filter_module.c235 } else if (status >= NGX_HTTP_MOVED_PERMANENTLY in ngx_http_header_filter()
244 status = status - NGX_HTTP_MOVED_PERMANENTLY + NGX_HTTP_OFF_3XX; in ngx_http_header_filter()
H A Dngx_http_request.h83 #define NGX_HTTP_MOVED_PERMANENTLY 301 macro
H A Dngx_http_core_module.c1025 ngx_http_finalize_request(r, NGX_HTTP_MOVED_PERMANENTLY); in ngx_http_core_find_config_phase()
1686 if (status == NGX_HTTP_MOVED_PERMANENTLY in ngx_http_send_response()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_static_module.c191 return NGX_HTTP_MOVED_PERMANENTLY; in ngx_http_static_handler()
H A Dngx_http_headers_filter_module.c192 case NGX_HTTP_MOVED_PERMANENTLY: in ngx_http_headers_filter()
283 case NGX_HTTP_MOVED_PERMANENTLY: in ngx_http_trailers_filter()
H A Dngx_http_rewrite_module.c372 regex->status = NGX_HTTP_MOVED_PERMANENTLY; in ngx_http_rewrite()
H A Dngx_http_charset_filter_module.c497 if (r->headers_out.status == NGX_HTTP_MOVED_PERMANENTLY in ngx_http_set_charset()