comparison src/http/ngx_http_core_module.h @ 609:608cf78b24ef release-0.3.26

nginx-0.3.26-RELEASE import *) 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 <igor@sysoev.ru>
date Fri, 03 Feb 2006 12:58:48 +0000
parents 858700ae46b4
children 3f8a2132b93d
comparison
equal deleted inserted replaced
608:a2777592385e 609:608cf78b24ef
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 */