aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-12-21 16:19:48 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-12-21 16:19:48 +0000
commit9b9616e5acab9d2b3a4a8ec04fa57e8d1f9d63b3 (patch)
tree2bf639f354152216b4d813f85066b5c42e2145d6 /src/http/ngx_http_core_module.h
parentf2d60afc7c6849a99052cc0af9362071ca6b5335 (diff)
downloadnginx-9b9616e5acab9d2b3a4a8ec04fa57e8d1f9d63b3.tar.gz
nginx-9b9616e5acab9d2b3a4a8ec04fa57e8d1f9d63b3.zip
open_file_cache_retest > open_file_cache_valid
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 2027f511e..d08e9b113 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -295,7 +295,7 @@ struct ngx_http_core_loc_conf_s {
ngx_path_t *client_body_temp_path; /* client_body_temp_path */
ngx_open_file_cache_t *open_file_cache;
- time_t open_file_cache_retest;
+ time_t open_file_cache_valid;
ngx_flag_t open_file_cache_errors;
ngx_flag_t open_file_cache_events;