| commit | 9b9616e5acab9d2b3a4a8ec04fa57e8d1f9d63b3 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Fri Dec 21 16:19:48 2007 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Fri Dec 21 16:19:48 2007 +0000 |
| tree | 2bf639f354152216b4d813f85066b5c42e2145d6 | |
| parent | f2d60afc7c6849a99052cc0af9362071ca6b5335 [diff] [blame] |
open_file_cache_retest > open_file_cache_valid
diff --git a/src/http/ngx_http_script.c b/src/http/ngx_http_script.c index 96f618a..0ae27aa 100644 --- a/src/http/ngx_http_script.c +++ b/src/http/ngx_http_script.c
@@ -976,7 +976,7 @@ clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); of.test_dir = 0; - of.retest = clcf->open_file_cache_retest; + of.valid = clcf->open_file_cache_valid; of.errors = clcf->open_file_cache_errors; of.events = clcf->open_file_cache_events;