nginx 这样设置不记录某种日志,为什么不生效
1个回答
2017-11-07
展开全部
access_log 的 off 只影响本层。试试用 access_log if=condition 格式
map $status $loggable {
abcd 0;
123456789 0;
default 1;
}
access_log /var/log/nginx/access.log combined if=$loggable;
map $status $loggable {
abcd 0;
123456789 0;
default 1;
}
access_log /var/log/nginx/access.log combined if=$loggable;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询