comparison src/http/modules/ngx_http_index_handler.c @ 90:37530da31268

nginx-0.0.1-2003-05-16-19:27:48 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 May 2003 15:27:48 +0000
parents 29bf798b583f
children 637625a2acdb
comparison
equal deleted inserted replaced
89:29bf798b583f 90:37530da31268
45 ngx_http_index_merge_conf /* merge location config */ 45 ngx_http_index_merge_conf /* merge location config */
46 }; 46 };
47 47
48 48
49 ngx_module_t ngx_http_index_module = { 49 ngx_module_t ngx_http_index_module = {
50 &ngx_http_index_module_ctx, /* module context */
50 0, /* module index */ 51 0, /* module index */
51 &ngx_http_index_module_ctx, /* module context */
52 ngx_http_index_commands, /* module directives */ 52 ngx_http_index_commands, /* module directives */
53 NGX_HTTP_MODULE_TYPE, /* module type */ 53 NGX_HTTP_MODULE_TYPE, /* module type */
54 ngx_http_index_init /* init module */ 54 ngx_http_index_init /* init module */
55 }; 55 };
56 56