From 59f3aa3a9baeab8c8277332e75a83f134d1e026a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 24 Jun 2004 16:07:04 +0000 Subject: nginx-0.0.7-2004-06-24-20:07:04 import --- src/http/ngx_http_core_module.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/http/ngx_http_core_module.h') diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 84617e2d4..d04d4f907 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -20,8 +20,12 @@ typedef struct { typedef enum { NGX_HTTP_REWRITE_PHASE = 0, + NGX_HTTP_FIND_CONFIG_PHASE, + + NGX_HTTP_ACCESS_PHASE, NGX_HTTP_CONTENT_PHASE, + NGX_HTTP_LAST_PHASE } ngx_http_phases; -- cgit