comparison src/http/modules/ngx_http_index_handler.h @ 47:d81326c3b21b

nginx-0.0.1-2003-01-15-10:02:27 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 15 Jan 2003 07:02:27 +0000
parents f84a648211f4
children a23d010f356d
comparison
equal deleted inserted replaced
46:f84a648211f4 47:d81326c3b21b
11 11
12 12
13 typedef struct { 13 typedef struct {
14 ngx_array_t *indices; 14 ngx_array_t *indices;
15 size_t max_index_len; 15 size_t max_index_len;
16 int test_dir;
17 } ngx_http_index_conf_t; 16 } ngx_http_index_conf_t;
18 17
19 18
20 extern ngx_module_t ngx_http_index_module; 19 extern ngx_module_t ngx_http_index_module;
21 20