From c3020573aea0ff81b6ba041c27dcad2f49ff0015 Mon Sep 17 00:00:00 2001 From: Selivanov Pavel Date: Mon, 22 Jan 2018 05:01:20 +0300 Subject: [PATCH] Worker processes is already set --- public/templates/nginx.conf.html | 1 - 1 file changed, 1 deletion(-) diff --git a/public/templates/nginx.conf.html b/public/templates/nginx.conf.html index fe1a6b9..a42d9f7 100644 --- a/public/templates/nginx.conf.html +++ b/public/templates/nginx.conf.html @@ -4,7 +4,6 @@ worker_processes {{ data.worker_processes }}; worker_rlimit_nofile 409600; events { - worker_processes auto; worker_connections 4096; multi_accept on; }