diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-09-03 08:41:42 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-03 08:41:42 +0000 |
commit | 9afd58ffe5c9535ec61dbf14289bcebea46efe60 (patch) | |
tree | a37d4b8da55a53ee12dd458742f6ddcd7f2f6151 /src/http/modules/ngx_http_index_module.c | |
parent | 1b982e1c0001a3ad7f134d066f07f3bc69cc28cc (diff) | |
download | nginx-9afd58ffe5c9535ec61dbf14289bcebea46efe60.tar.gz nginx-9afd58ffe5c9535ec61dbf14289bcebea46efe60.zip |
open_file_cache_events
Diffstat (limited to 'src/http/modules/ngx_http_index_module.c')
-rw-r--r-- | src/http/modules/ngx_http_index_module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_index_module.c b/src/http/modules/ngx_http_index_module.c index f3f2b61ce..6f81a49cf 100644 --- a/src/http/modules/ngx_http_index_module.c +++ b/src/http/modules/ngx_http_index_module.c @@ -236,6 +236,7 @@ ngx_http_index_handler(ngx_http_request_t *r) of.test_dir = 0; of.retest = clcf->open_file_cache_retest; of.errors = clcf->open_file_cache_errors; + of.events = clcf->open_file_cache_events; rc = ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool); |