diff 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
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -150,7 +150,6 @@ typedef struct {
 
     ngx_msec_t                  client_header_timeout;
 
-    ngx_flag_t                  optimize_server_names;
     ngx_flag_t                  ignore_invalid_headers;
     ngx_flag_t                  merge_slashes;