comparison src/http/ngx_http_core_module.h @ 2029:c036922f6f07

*) remove optimize_host_names *) deprecate optimize_server_names: it is not needed since server_name_in_redirect introduction
author Igor Sysoev <igor@sysoev.ru>
date Sat, 24 May 2008 15:43:48 +0000
parents bff8689c6953
children 25add486e7aa
comparison
equal deleted inserted replaced
2028:bff8689c6953 2029:c036922f6f07
148 148
149 ngx_bufs_t large_client_header_buffers; 149 ngx_bufs_t large_client_header_buffers;
150 150
151 ngx_msec_t client_header_timeout; 151 ngx_msec_t client_header_timeout;
152 152
153 ngx_flag_t optimize_server_names;
154 ngx_flag_t ignore_invalid_headers; 153 ngx_flag_t ignore_invalid_headers;
155 ngx_flag_t merge_slashes; 154 ngx_flag_t merge_slashes;
156 155
157 ngx_http_core_loc_conf_t **named_locations; 156 ngx_http_core_loc_conf_t **named_locations;
158 } ngx_http_core_srv_conf_t; 157 } ngx_http_core_srv_conf_t;