From 890ba54497f7b136adbd9e52edfab514c056672e Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 22 Mar 2016 16:58:38 +0300 Subject: Backed out server_tokens changes. Backed out changesets: cf3e75cfa951, 6b72414dfb4f, 602dc42035fe, e5076b96fd01. --- src/http/ngx_http_core_module.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/http/ngx_http_core_module.h') diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 961de3f9a..231c507c3 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -415,12 +415,10 @@ struct ngx_http_core_loc_conf_s { ngx_flag_t log_not_found; /* log_not_found */ ngx_flag_t log_subrequest; /* log_subrequest */ ngx_flag_t recursive_error_pages; /* recursive_error_pages */ + ngx_flag_t server_tokens; /* server_tokens */ ngx_flag_t chunked_transfer_encoding; /* chunked_transfer_encoding */ ngx_flag_t etag; /* etag */ - ngx_uint_t server_tokens; /* server_tokens */ - ngx_http_complex_value_t server_tokens_value; - #if (NGX_HTTP_GZIP) ngx_flag_t gzip_vary; /* gzip_vary */ -- cgit