diff src/http/ngx_http_core_module.h @ 1592:128ea9efb824

server_tokens
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Oct 2007 10:17:34 +0000
parents 4435ca2e467d
children cc7a7d0b89e8
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -285,6 +285,7 @@ struct ngx_http_core_loc_conf_s {
     ngx_flag_t    msie_refresh;            /* msie_refresh */
     ngx_flag_t    log_not_found;           /* log_not_found */
     ngx_flag_t    recursive_error_pages;   /* recursive_error_pages */
+    ngx_flag_t    server_tokens;           /* server_tokens */
 
     ngx_array_t  *error_pages;             /* error_page */