diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-12-12 20:53:06 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-12 20:53:06 +0000 |
| commit | d66b7a8a1ae71d0c4e2d767f4d06f05890169b56 (patch) | |
| tree | 93daee7a35133d9c29adf9f744ded5582ab8fac4 /src/http/ngx_http_core_module.h | |
| parent | af1eaa8cddc9dac82e377815c5ef3fed1053322d (diff) | |
| download | nginx-d66b7a8a1ae71d0c4e2d767f4d06f05890169b56.tar.gz nginx-d66b7a8a1ae71d0c4e2d767f4d06f05890169b56.tar.bz2 | |
r1593, r1595 merge:
server_tokens
Diffstat (limited to 'src/http/ngx_http_core_module.h')
| -rw-r--r-- | src/http/ngx_http_core_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 4425d3981..3229dfca8 100644 --- 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 */ |
