directio
diff --git a/src/http/ngx_http_script.c b/src/http/ngx_http_script.c index 7a47417..0ffa07c 100644 --- a/src/http/ngx_http_script.c +++ b/src/http/ngx_http_script.c
@@ -996,6 +996,7 @@ ngx_memzero(&of, sizeof(ngx_open_file_info_t)); + of.directio = clcf->directio; of.valid = clcf->open_file_cache_valid; of.min_uses = clcf->open_file_cache_min_uses; of.errors = clcf->open_file_cache_errors;