Searched refs:NGX_HTTP_MOVED_PERMANENTLY (Results 1 – 8 of 8) sorted by relevance
479 && (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()
235 } 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()
83 #define NGX_HTTP_MOVED_PERMANENTLY 301 macro
1025 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()
191 return NGX_HTTP_MOVED_PERMANENTLY; in ngx_http_static_handler()
192 case NGX_HTTP_MOVED_PERMANENTLY: in ngx_http_headers_filter()283 case NGX_HTTP_MOVED_PERMANENTLY: in ngx_http_trailers_filter()
372 regex->status = NGX_HTTP_MOVED_PERMANENTLY; in ngx_http_rewrite()
497 if (r->headers_out.status == NGX_HTTP_MOVED_PERMANENTLY in ngx_http_set_charset()