NGX_HTTP_REWRITE_PHASE  281 http/modules/ngx_http_rewrite_module.c     h = ngx_array_push(&cmcf->phases[NGX_HTTP_REWRITE_PHASE].handlers);
NGX_HTTP_REWRITE_PHASE  365 http/ngx_http.c     if (ngx_array_init(&cmcf->phases[NGX_HTTP_REWRITE_PHASE].handlers,
NGX_HTTP_REWRITE_PHASE  458 http/ngx_http.c     use_rewrite = cmcf->phases[NGX_HTTP_REWRITE_PHASE].handlers.nelts ? 1 : 0;
NGX_HTTP_REWRITE_PHASE  498 http/ngx_http.c         case NGX_HTTP_REWRITE_PHASE: