diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2016-03-22 16:58:38 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-03-22 16:58:38 +0300 |
commit | 890ba54497f7b136adbd9e52edfab514c056672e (patch) | |
tree | cf93994da1a9d2ef444c2e19277d1f04c0f727a4 /src/http/ngx_http_core_module.h | |
parent | 24e38323ee2cf7b3c0f2f23e2b629aed57ecac42 (diff) | |
download | nginx-890ba54497f7b136adbd9e52edfab514c056672e.tar.gz nginx-890ba54497f7b136adbd9e52edfab514c056672e.zip |
Backed out server_tokens changes.
Backed out changesets: cf3e75cfa951, 6b72414dfb4f, 602dc42035fe, e5076b96fd01.
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r-- | src/http/ngx_http_core_module.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 */ |