diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-01-28 15:56:37 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-01-28 15:56:37 +0000 |
commit | a19a85e600c1c4d7daa9fdd20df3777169b5dc2b (patch) | |
tree | 730bbaeeee69ccc527c3c7c10aab76a9c65cd3db /src/http/modules/ngx_http_index_handler.c | |
parent | 9b25d691d3a472cb499d638b57f18e743cc2c4f3 (diff) | |
download | nginx-a19a85e600c1c4d7daa9fdd20df3777169b5dc2b.tar.gz nginx-a19a85e600c1c4d7daa9fdd20df3777169b5dc2b.zip |
nginx-0.0.1-2003-01-28-18:56:37 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 78a058b63..d3b4901e9 100644 --- a/src/http/modules/ngx_http_index_handler.c +++ b/src/http/modules/ngx_http_index_handler.c @@ -25,7 +25,7 @@ static char *ngx_http_index_set_index(ngx_conf_t *cf, ngx_command_t *cmd, static ngx_command_t ngx_http_index_commands[] = { {ngx_string("index"), - NGX_HTTP_LOC_CONF|NGX_CONF_BLOCK|NGX_CONF_ANY, + NGX_HTTP_LOC_CONF|NGX_CONF_ANY, ngx_http_index_set_index, NGX_HTTP_LOC_CONF_OFFSET, 0}, |