diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-12-17 15:48:27 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-17 15:48:27 +0000 |
commit | 5518aba253096193df31b0f64e7461d1ac224dfd (patch) | |
tree | e06f1dc62410b999ab561ca07742af1fef34dc79 /src/http/modules/ngx_http_index_handler.c | |
parent | 5eef618ed671c55bc1244652cb49afef224c833c (diff) | |
download | nginx-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.c | 2 |
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"}, |