[odrs-web] nginx: Increse number of worker processes



commit e966b188f5fff35a9b9398377878a6886bbc8d4e
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Apr 28 11:54:18 2022 +0200

    nginx: Increse number of worker processes

 nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx.conf b/nginx.conf
index 7453821..2d49007 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -1,4 +1,4 @@
-worker_processes  1;
+worker_processes  4;
 
 error_log  /dev/stderr warn;
 pid        /tmp/nginx.pid;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]