comparison src/http/ngx_http_core_module.h @ 110:152567c11325

nginx-0.0.1-2003-07-02-22:51:41 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 02 Jul 2003 18:51:41 +0000
parents a9bc21d63fe4
children ac69ab96328d
comparison
equal deleted inserted replaced
109:a9bc21d63fe4 110:152567c11325
18 18
19 19
20 typedef struct { 20 typedef struct {
21 ngx_array_t servers; /* array of ngx_http_core_srv_conf_t */ 21 ngx_array_t servers; /* array of ngx_http_core_srv_conf_t */
22 ngx_array_t translate_handlers; 22 ngx_array_t translate_handlers;
23 ngx_array_t index_handlers;
23 } ngx_http_core_main_conf_t; 24 } ngx_http_core_main_conf_t;
24 25
25 26
26 typedef struct { 27 typedef struct {
27 ngx_array_t locations; /* array of ngx_http_core_loc_conf_t, 28 ngx_array_t locations; /* array of ngx_http_core_loc_conf_t,