comparison src/http/ngx_http_core_module.h @ 158:2d15b82126ed NGINX_0_3_26

nginx 0.3.26 *) Change: the "optimize_host_names" directive was renamed to the "optimize_server_names". *) Bugfix: if in the "proxy_pass" directive was no the URI part, then the main request URI was transferred to a backend while proxying the SSI subrequest.
author Igor Sysoev <http://sysoev.ru>
date Fri, 03 Feb 2006 00:00:00 +0300
parents 396dbbc06dd7
children 73e8476f9142
comparison
equal deleted inserted replaced
157:10bd259db2a7 158:2d15b82126ed
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 optimize_server_names;
113 ngx_flag_t ignore_invalid_headers; 113 ngx_flag_t ignore_invalid_headers;
114 } ngx_http_core_srv_conf_t; 114 } ngx_http_core_srv_conf_t;
115 115
116 116
117 /* 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 */