hmmm so had the wrong rules. They were changed after the first release of v4
user nginx;
# The number of worker processes is changed automatically by CustomBuild, according to the number of CPU cores, if it's set to "1"
worker_processes 20;
pid /var/run/nginx.pid;
#error_log...