Fix the accessLogParamsDefault issue

This fixes #409
pull/410/head
Will 保哥 2022-11-18 21:34:00 +08:00 committed by GitHub
parent e2a95a5ed4
commit 051c209564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ THE SOFTWARE.
*/
export const accessLogPathDefault = '/var/log/nginx/access.log';
export const accessLogParamsDefault = 'buffer=512k flush=1m';
export const accessLogParamsDefault = 'combined buffer=512k flush=1m';
export const errorLogPathDefault = '/var/log/nginx/error.log';
export const errorLogPathDisabled = '/dev/null';