commit | b882154636c92aede2b682e4ae10c324d8d5cf35 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Jun 30 12:27:24 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Jun 30 12:27:24 2008 +0000 |
tree | 96584e26e066e6bcc32953cf76b8e6bda3f188a3 | |
parent | c3584fec61fff2275bae50f336908f5dbec8264e [diff] [blame] |
variables in access_log
diff --git a/src/core/ngx_open_file_cache.h b/src/core/ngx_open_file_cache.h index dd294e7..4d8393b 100644 --- a/src/core/ngx_open_file_cache.h +++ b/src/core/ngx_open_file_cache.h
@@ -24,6 +24,7 @@ ngx_uint_t min_uses; unsigned test_dir:1; + unsigned log:1; unsigned errors:1; unsigned events:1;