nginx关闭全局access.log,error.log

Posted xone

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx关闭全局access.log,error.log相关的知识,希望对你有一定的参考价值。

如果nginx的server里没配置access.log,nginx会默认将server的访问日志记录到access.log,

关闭方法:

在nginx.conf配置文件中,

在全局配置中添加 error_log off;

在http块中添加:access_log off;

 

然后在server中单独配置access.log

以上是关于nginx关闭全局access.log,error.log的主要内容,如果未能解决你的问题,请参考以下文章

nginx的access_log与error_log

Nginx

Nginx 无法写入 access.log

nginx access log怎么看请求ip

nginx常用场景

怎么修改nginx的access.log的时间格式