comparison src/http/modules/ngx_http_index_handler.c @ 91:637625a2acdb

nginx-0.0.1-2003-05-19-20:39:14 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 May 2003 16:39:14 +0000
parents 37530da31268
children a23d010f356d
comparison
equal deleted inserted replaced
90:37530da31268 91:637625a2acdb
36 36
37 37
38 ngx_http_module_t ngx_http_index_module_ctx = { 38 ngx_http_module_t ngx_http_index_module_ctx = {
39 NGX_HTTP_MODULE, 39 NGX_HTTP_MODULE,
40 40
41 NULL, /* create server config */ 41 NULL, /* create main configuration */
42 NULL, /* init server config */ 42 NULL, /* init main configuration */
43 43
44 ngx_http_index_create_conf, /* create location config */ 44 NULL, /* create server configuration */
45 ngx_http_index_merge_conf /* merge location config */ 45 NULL, /* merge server configuration */
46
47 ngx_http_index_create_conf, /* create location configration */
48 ngx_http_index_merge_conf /* merge location configration */
46 }; 49 };
47 50
48 51
49 ngx_module_t ngx_http_index_module = { 52 ngx_module_t ngx_http_index_module = {
50 &ngx_http_index_module_ctx, /* module context */ 53 &ngx_http_index_module_ctx, /* module context */