comparison src/http/modules/ngx_http_static_module.c @ 1457:223e92651ca5

open_file_cache_events
author Igor Sysoev <igor@sysoev.ru>
date Mon, 03 Sep 2007 08:41:42 +0000
parents f497ed7682a7
children f5f124fbfa3b
comparison
equal deleted inserted replaced
1456:698ea64f71e1 1457:223e92651ca5
98 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); 98 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);
99 99
100 of.test_dir = 0; 100 of.test_dir = 0;
101 of.retest = clcf->open_file_cache_retest; 101 of.retest = clcf->open_file_cache_retest;
102 of.errors = clcf->open_file_cache_errors; 102 of.errors = clcf->open_file_cache_errors;
103 of.events = clcf->open_file_cache_events;
103 104
104 rc = ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool); 105 rc = ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool);
105 106
106 if (rc == NGX_ERROR) { 107 if (rc == NGX_ERROR) {
107 108