comparison src/http/modules/ngx_http_index_handler.c @ 42:cd035a94e0b6

nginx-0.0.1-2002-12-27-10:27:47 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 27 Dec 2002 07:27:47 +0000
parents 59e7c7f30d49
children 53cd05892261
comparison
equal deleted inserted replaced
41:59e7c7f30d49 42:cd035a94e0b6
31 31
32 ngx_http_module_t ngx_http_index_module_ctx = { 32 ngx_http_module_t ngx_http_index_module_ctx = {
33 NGX_HTTP_MODULE, 33 NGX_HTTP_MODULE,
34 34
35 NULL, /* create server config */ 35 NULL, /* create server config */
36 NULL, /* init server config */
36 ngx_http_index_create_conf, /* create location config */ 37 ngx_http_index_create_conf, /* create location config */
38 ngx_http_index_merge_conf, /* merge location config */
37 39
38 NULL, /* translate handler */ 40 NULL, /* translate handler */
39 41
40 NULL, /* output header filter */ 42 NULL, /* output header filter */
41 NULL, /* next output header filter */ 43 NULL, /* next output header filter */