Nginx Internal Redirect

Igor Sysoev igor at sysoev.ru
Thu Feb 3 10:04:21 MSK 2011


On Wed, Feb 02, 2011 at 04:52:39PM -0300, Ranier wrote:

> Hi,
> There are any function like apache ap_redirect (static int 
> /ap_redirect/(request_rec *r, const char *location)?
> Howto internal redirect in nginx?

ngx_http_internal_redirect(ngx_http_request_t *r, ngx_str_t *uri,
    ngx_str_t *args);


-- 
Igor Sysoev
http://sysoev.ru/en/



More information about the nginx-devel mailing list