comparison src/http/ngx_http_core_module.h @ 369:9c2515d70489

nginx-0.0.7-2004-06-25-18:42:03 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 25 Jun 2004 14:42:03 +0000
parents 15c84a40e87d
children b670db10cbbd
comparison
equal deleted inserted replaced
368:15c84a40e87d 369:9c2515d70489
39 typedef struct { 39 typedef struct {
40 ngx_array_t servers; /* array of ngx_http_core_srv_conf_t */ 40 ngx_array_t servers; /* array of ngx_http_core_srv_conf_t */
41 41
42 ngx_http_phase_t phases[NGX_HTTP_LAST_PHASE]; 42 ngx_http_phase_t phases[NGX_HTTP_LAST_PHASE];
43 ngx_array_t index_handlers; 43 ngx_array_t index_handlers;
44
45 size_t max_server_name_len;
44 } ngx_http_core_main_conf_t; 46 } ngx_http_core_main_conf_t;
45 47
46 48
47 typedef struct { 49 typedef struct {
48 ngx_array_t locations; /* array of ngx_http_core_loc_conf_t, 50 ngx_array_t locations; /* array of ngx_http_core_loc_conf_t,