mirror of
https://github.com/nginx/nginx.git
synced 2026-08-28 04:39:05 +00:00
NULL script in default access_log
This commit is contained in:
parent
098ac90bc8
commit
06d2147139
1 changed files with 1 additions and 0 deletions
|
|
@ -783,6 +783,7 @@ ngx_http_log_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
|
|||
return NGX_CONF_ERROR;
|
||||
}
|
||||
|
||||
log->script = NULL;
|
||||
log->disk_full_time = 0;
|
||||
log->error_log_time = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue