aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-05-24 15:43:48 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-05-24 15:43:48 +0000
commit5cdb2ce66e4eda3eb79e032639fd7fc1d815b8db (patch)
tree2d8e96a93cb2f2a259a1d0837e58c9baf6845999 /src/http/ngx_http_core_module.h
parent7e2c4eef9c2439a7c743a303305ecba616b7b376 (diff)
downloadnginx-5cdb2ce66e4eda3eb79e032639fd7fc1d815b8db.tar.gz
nginx-5cdb2ce66e4eda3eb79e032639fd7fc1d815b8db.zip
*) remove optimize_host_names
*) deprecate optimize_server_names: it is not needed since server_name_in_redirect introduction
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 0bf96cb5b..85d96b079 100644
--- 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;