I am setting up a server with nginx and php-fpm and am looking for a way to prevent some requests from being logged in the fpm access log. I have set up fpm access logs using the access.log directive in fpm.conf.
Something like the solution provided for apache in Is it possible to exclude specified GET parameters in apache access logs?