comparison src/http/ngx_http_core_module.h @ 152:396dbbc06dd7 NGINX_0_3_23

nginx 0.3.23 *) Feature: the "optimize_host_names" directive. *) Bugfix: in using of the variables in the "path" and "alias" directives. *) Bugfix: the ngx_http_perl_module was incorrectly built on Linux and Solaris.
author Igor Sysoev <http://sysoev.ru>
date Tue, 24 Jan 2006 00:00:00 +0300
parents e1c6ac408b68
children 2d15b82126ed
comparison
equal deleted inserted replaced
151:843df9f3304d 152:396dbbc06dd7
107 107
108 ngx_msec_t client_header_timeout; 108 ngx_msec_t client_header_timeout;
109 109
110 ngx_uint_t restrict_host_names; 110 ngx_uint_t restrict_host_names;
111 111
112 ngx_flag_t optimize_host_names;
112 ngx_flag_t ignore_invalid_headers; 113 ngx_flag_t ignore_invalid_headers;
113 } ngx_http_core_srv_conf_t; 114 } ngx_http_core_srv_conf_t;
114 115
115 116
116 /* list of structures to find core_srv_conf quickly at run time */ 117 /* list of structures to find core_srv_conf quickly at run time */