aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_index_handler.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-17 15:48:27 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-12-17 15:48:27 +0000
commit5518aba253096193df31b0f64e7461d1ac224dfd (patch)
treee06f1dc62410b999ab561ca07742af1fef34dc79 /src/http/modules/ngx_http_index_handler.c
parent5eef618ed671c55bc1244652cb49afef224c833c (diff)
downloadnginx-5518aba253096193df31b0f64e7461d1ac224dfd.tar.gz
nginx-5518aba253096193df31b0f64e7461d1ac224dfd.zip
nginx-0.0.1-2002-12-17-18:48:27 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, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_index_handler.c b/src/http/modules/ngx_http_index_handler.c
index 194879503..db3e3ccfe 100644
--- a/src/http/modules/ngx_http_index_handler.c
+++ b/src/http/modules/ngx_http_index_handler.c
@@ -19,7 +19,7 @@ static char *ngx_http_index_set_index(ngx_pool_t *p, void *conf,
static ngx_command_t ngx_http_index_commands[] = {
- {"index", ngx_http_index_set_index, NULL,
+ {"index", ngx_http_index_set_index, 0,
NGX_HTTP_LOC_CONF, NGX_CONF_ITERATE,
"set index files"},