Home
last modified time | relevance | path

Searched refs:NGX_HTTP_REWRITE_PHASE (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h113 NGX_HTTP_REWRITE_PHASE, enumerator
H A Dngx_http.c364 if (ngx_array_init(&cmcf->phases[NGX_HTTP_REWRITE_PHASE].handlers, in ngx_http_init_phases()
464 use_rewrite = cmcf->phases[NGX_HTTP_REWRITE_PHASE].handlers.nelts ? 1 : 0; in ngx_http_init_phase_handlers()
506 case NGX_HTTP_REWRITE_PHASE: in ngx_http_init_phase_handlers()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c286 h = ngx_array_push(&cmcf->phases[NGX_HTTP_REWRITE_PHASE].handlers); in ngx_http_rewrite_init()