diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-05-15 15:42:53 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-05-15 15:42:53 +0000 |
commit | 6ddfbf06625eca15ddf24ac95b755cdc9db32bfa (patch) | |
tree | fdf4cccdd271b3fce401cff82c911aeb2a390703 /src/http/modules/ngx_http_index_handler.c | |
parent | 79a804880ee362a1256e6e8aeadb73f7f5cf0885 (diff) | |
download | nginx-6ddfbf06625eca15ddf24ac95b755cdc9db32bfa.tar.gz nginx-6ddfbf06625eca15ddf24ac95b755cdc9db32bfa.zip |
nginx-0.0.1-2003-05-15-19:42:53 import
Diffstat (limited to 'src/http/modules/ngx_http_index_handler.c')
-rw-r--r-- | src/http/modules/ngx_http_index_handler.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_index_handler.c b/src/http/modules/ngx_http_index_handler.c index deefae3c4..4af3c946b 100644 --- a/src/http/modules/ngx_http_index_handler.c +++ b/src/http/modules/ngx_http_index_handler.c @@ -28,9 +28,10 @@ static ngx_command_t ngx_http_index_commands[] = { NGX_HTTP_LOC_CONF|NGX_CONF_ANY, ngx_http_index_set_index, NGX_HTTP_LOC_CONF_OFFSET, - 0}, + 0, + NULL}, - {ngx_string(""), 0, NULL, 0, 0} + {ngx_string(""), 0, NULL, 0, 0, NULL} }; |