aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-07-02 18:51:41 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-07-02 18:51:41 +0000
commit9d9f58f24d318dad43c7019c40a187555aaa64c8 (patch)
tree0600e4a1f78cf9359472e204604008732e4b301e /src/http/ngx_http_core_module.h
parent96c56c9ab6e73f9d92242fdc4f0cc3b64495bd23 (diff)
downloadnginx-9d9f58f24d318dad43c7019c40a187555aaa64c8.tar.gz
nginx-9d9f58f24d318dad43c7019c40a187555aaa64c8.zip
nginx-0.0.1-2003-07-02-22:51:41 import
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 8acf4feb1..c6b2bccd5 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -20,6 +20,7 @@ typedef struct {
typedef struct {
ngx_array_t servers; /* array of ngx_http_core_srv_conf_t */
ngx_array_t translate_handlers;
+ ngx_array_t index_handlers;
} ngx_http_core_main_conf_t;