mirror of
https://github.com/nginx/nginx.git
synced 2026-08-27 04:07:18 +00:00
disable directio for access_log with variables
This commit is contained in:
parent
77cdae1814
commit
0f8ea4de46
1 changed files with 1 additions and 0 deletions
|
|
@ -430,6 +430,7 @@ ngx_http_log_script_write(ngx_http_request_t *r, ngx_http_log_script_t *script,
|
|||
of.log = 1;
|
||||
of.valid = llcf->open_file_cache_valid;
|
||||
of.min_uses = llcf->open_file_cache_min_uses;
|
||||
of.directio = NGX_MAX_OFF_T_VALUE;
|
||||
|
||||
if (ngx_open_cached_file(llcf->open_file_cache, &log, &of, r->pool)
|
||||
!= NGX_OK)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue