是否可以从Nginx的access.log中排除某些IP地址,例如,许多请求来自监控服务器?
location /monitoring.PHP { access_log off;}
location /monitoring.PHP {
access_log off;
}