nginx: log buffering
This commit is contained in:
parent
983638a4cd
commit
a58e6ba10d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
'"$request" $status $body_bytes_sent '
|
||||
'"$http_referer" "$http_user_agent"';
|
||||
|
||||
access_log /var/log/nginx/access.log combined_anon;
|
||||
access_log /var/log/nginx/access.log combined_anon buffer=8k flush=5m;
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue