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