Worker processes is already set

pull/3/head
Selivanov Pavel 2018-01-22 05:01:20 +03:00 committed by GitHub
parent 982f62e81b
commit c3020573ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ worker_processes {{ data.worker_processes }};
worker_rlimit_nofile 409600;
events {
worker_processes auto;
worker_connections 4096;
multi_accept on;
}