comparison src/http/modules/ngx_http_static_module.c @ 578:f3a9e57d2e17

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 Mar 2010 21:27:17 +0300
parents f7ec98e3caeb
children 566e105a89f1
comparison
equal deleted inserted replaced
539:5f4de8cf0d9d 578:f3a9e57d2e17
89 89
90 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); 90 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);
91 91
92 ngx_memzero(&of, sizeof(ngx_open_file_info_t)); 92 ngx_memzero(&of, sizeof(ngx_open_file_info_t));
93 93
94 of.read_ahead = clcf->read_ahead;
94 of.directio = clcf->directio; 95 of.directio = clcf->directio;
95 of.valid = clcf->open_file_cache_valid; 96 of.valid = clcf->open_file_cache_valid;
96 of.min_uses = clcf->open_file_cache_min_uses; 97 of.min_uses = clcf->open_file_cache_min_uses;
97 of.errors = clcf->open_file_cache_errors; 98 of.errors = clcf->open_file_cache_errors;
98 of.events = clcf->open_file_cache_events; 99 of.events = clcf->open_file_cache_events;