aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_script.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-09-03 08:41:42 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-09-03 08:41:42 +0000
commit9afd58ffe5c9535ec61dbf14289bcebea46efe60 (patch)
treea37d4b8da55a53ee12dd458742f6ddcd7f2f6151 /src/http/ngx_http_script.c
parent1b982e1c0001a3ad7f134d066f07f3bc69cc28cc (diff)
downloadnginx-9afd58ffe5c9535ec61dbf14289bcebea46efe60.tar.gz
nginx-9afd58ffe5c9535ec61dbf14289bcebea46efe60.zip
open_file_cache_events
Diffstat (limited to 'src/http/ngx_http_script.c')
-rw-r--r--src/http/ngx_http_script.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_script.c b/src/http/ngx_http_script.c
index 78c42722e..b19ee91dc 100644
--- a/src/http/ngx_http_script.c
+++ b/src/http/ngx_http_script.c
@@ -977,6 +977,7 @@ ngx_http_script_file_code(ngx_http_script_engine_t *e)
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;
if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool)
== NGX_ERROR)