diff src/http/modules/ngx_http_index_handler.c @ 42:cd035a94e0b6

nginx-0.0.1-2002-12-27-10:27:47 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Dec 2002 07:27:47 +0000
parents 59e7c7f30d49
children 53cd05892261
line wrap: on
line diff
--- 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
     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 */