diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-09-27 15:08:02 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-09-27 15:08:02 +0000 |
commit | 2eec1e1ff2a0b2208efb4a86c40c468076c60d6b (patch) | |
tree | a2c4dbf8a55d243f445cd473780930f055fd4ef8 /src/http/ngx_http_core_module.h | |
parent | e52991ecbe61464294afe4d40d462fa96ebe3924 (diff) | |
download | nginx-2eec1e1ff2a0b2208efb4a86c40c468076c60d6b.tar.gz nginx-2eec1e1ff2a0b2208efb4a86c40c468076c60d6b.zip |
*) log_subrequest
*) flush variables in access log
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 e28aad561..99b5bd310 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -311,6 +311,7 @@ struct ngx_http_core_loc_conf_s { ngx_flag_t msie_padding; /* msie_padding */ ngx_flag_t msie_refresh; /* msie_refresh */ 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 */ |