comparison src/http/modules/ngx_http_index_handler.c @ 89:29bf798b583f

nginx-0.0.1-2003-05-15-19:42:53 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 15 May 2003 15:42:53 +0000
parents 674d333f4296
children 37530da31268
comparison
equal deleted inserted replaced
88:674d333f4296 89:29bf798b583f
26 26
27 {ngx_string("index"), 27 {ngx_string("index"),
28 NGX_HTTP_LOC_CONF|NGX_CONF_ANY, 28 NGX_HTTP_LOC_CONF|NGX_CONF_ANY,
29 ngx_http_index_set_index, 29 ngx_http_index_set_index,
30 NGX_HTTP_LOC_CONF_OFFSET, 30 NGX_HTTP_LOC_CONF_OFFSET,
31 0}, 31 0,
32 32 NULL},
33 {ngx_string(""), 0, NULL, 0, 0} 33
34 {ngx_string(""), 0, NULL, 0, 0, NULL}
34 }; 35 };
35 36
36 37
37 ngx_http_module_t ngx_http_index_module_ctx = { 38 ngx_http_module_t ngx_http_index_module_ctx = {
38 NGX_HTTP_MODULE, 39 NGX_HTTP_MODULE,