From 6b5c0f70d7cdcc8ac9e63989efcf6911aaf9ab05 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 27 Dec 2002 07:27:47 +0000 Subject: nginx-0.0.1-2002-12-27-10:27:47 import --- src/http/modules/ngx_http_index_handler.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http/modules') diff --git a/src/http/modules/ngx_http_index_handler.c b/src/http/modules/ngx_http_index_handler.c index 65a896c99..faddd743a 100644 --- a/src/http/modules/ngx_http_index_handler.c +++ b/src/http/modules/ngx_http_index_handler.c @@ -33,7 +33,9 @@ ngx_http_module_t ngx_http_index_module_ctx = { NGX_HTTP_MODULE, NULL, /* create server config */ + NULL, /* init server config */ ngx_http_index_create_conf, /* create location config */ + ngx_http_index_merge_conf, /* merge location config */ NULL, /* translate handler */ -- cgit