From 7364a2e2522706eb382c4e544355f826b36386d6 Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Sun, 13 Oct 2019 19:14:47 +0200 Subject: Removed old services from config --- compose/nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compose/nginx') diff --git a/compose/nginx/nginx.conf b/compose/nginx/nginx.conf index 452e608..8bf1733 100644 --- a/compose/nginx/nginx.conf +++ b/compose/nginx/nginx.conf @@ -1,5 +1,5 @@ user nginx; -worker_processes 1; +worker_processes 4; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; -- cgit 1.4.1