Home
last modified time | relevance | path

Searched refs:NGX_HTTP_PERMANENT_REDIRECT (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_headers_filter_module.c197 case NGX_HTTP_PERMANENT_REDIRECT: in ngx_http_headers_filter()
288 case NGX_HTTP_PERMANENT_REDIRECT: in ngx_http_trailers_filter()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h88 #define NGX_HTTP_PERMANENT_REDIRECT 308 macro
H A Dngx_http_special_response.c636 && overwrite != NGX_HTTP_PERMANENT_REDIRECT) in ngx_http_send_error_page()
H A Dngx_http_core_module.c1690 || status == NGX_HTTP_PERMANENT_REDIRECT) in ngx_http_send_response()