From 5518aba253096193df31b0f64e7461d1ac224dfd Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 17 Dec 2002 15:48:27 +0000 Subject: nginx-0.0.1-2002-12-17-18:48:27 import --- src/http/modules/ngx_http_index_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/ngx_http_index_handler.c') 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"}, -- cgit