comparison src/http/modules/ngx_http_index_handler.c @ 29:6a0b3d6e9c13

nginx-0.0.1-2002-12-17-18:48:27 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 17 Dec 2002 15:48:27 +0000
parents 53cb81681040
children d45effe5854c
comparison
equal deleted inserted replaced
28:a117a7fdf042 29:6a0b3d6e9c13
17 ngx_str_t *value); 17 ngx_str_t *value);
18 18
19 19
20 static ngx_command_t ngx_http_index_commands[] = { 20 static ngx_command_t ngx_http_index_commands[] = {
21 21
22 {"index", ngx_http_index_set_index, NULL, 22 {"index", ngx_http_index_set_index, 0,
23 NGX_HTTP_LOC_CONF, NGX_CONF_ITERATE, 23 NGX_HTTP_LOC_CONF, NGX_CONF_ITERATE,
24 "set index files"}, 24 "set index files"},
25 25
26 {NULL} 26 {NULL}
27 27