aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_index_handler.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-27 07:27:47 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-12-27 07:27:47 +0000
commit6b5c0f70d7cdcc8ac9e63989efcf6911aaf9ab05 (patch)
treeeafd8558e79c67ea1045e9a0bed78f6ba2f92fa8 /src/http/modules/ngx_http_index_handler.c
parent207ed5a589055899a5841d1a9f3074fc4ff407c5 (diff)
downloadnginx-6b5c0f70d7cdcc8ac9e63989efcf6911aaf9ab05.tar.gz
nginx-6b5c0f70d7cdcc8ac9e63989efcf6911aaf9ab05.zip
nginx-0.0.1-2002-12-27-10:27:47 import
Diffstat (limited to 'src/http/modules/ngx_http_index_handler.c')
-rw-r--r--src/http/modules/ngx_http_index_handler.c2
1 files changed, 2 insertions, 0 deletions
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 */