请问有什么简单的方法可以关闭 nginx 容器的访问日志 access log ?
微信里点“发现”,扫一下
二维码便可将本文分享至朋友圈。
access_log off;
进入容器修改配置文件,
access_log off; error_log /dev/null;