comparison src/http/ngx_http_core_module.h @ 109:a9bc21d63fe4

nginx-0.0.1-2003-07-02-18:41:17 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 02 Jul 2003 14:41:17 +0000
parents 7db96f59bc29
children 152567c11325
comparison
equal deleted inserted replaced
108:adc093f880c8 109:a9bc21d63fe4
16 int line; 16 int line;
17 } ngx_http_listen_t; 17 } ngx_http_listen_t;
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_http_core_main_conf_t; 23 } ngx_http_core_main_conf_t;
23 24
24 25
25 typedef struct { 26 typedef struct {
26 ngx_array_t locations; /* array of ngx_http_core_loc_conf_t, 27 ngx_array_t locations; /* array of ngx_http_core_loc_conf_t,