Not necessary run on Nginx proxy all cpu cores (#3559)

This commit is contained in:
Maxim Makarov 2018-10-20 23:56:53 +03:00 committed by k8s-ci-robot
parent 3b787123e3
commit 8a17de327e

View file

@ -1,6 +1,6 @@
error_log stderr notice;
worker_processes auto;
worker_processes 1;
events {
multi_accept on;
use epoll;