diff src/http/ngx_http_core_module.h @ 1725:0a174d921f1e stable-0.5

r1593, r1595 merge: server_tokens
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 Dec 2007 20:53:06 +0000
parents 3b7262e720c1
children
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 */