guix-commits
[Top][All Lists]
Advanced

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

02/02: nginx: mirror: Let nginx choose the number of workers.


From: Ludovic Courtès
Subject: 02/02: nginx: mirror: Let nginx choose the number of workers.
Date: Thu, 10 Mar 2016 15:21:06 +0000

civodul pushed a commit to branch master
in repository maintenance.

commit b168f02cd01cf9b771b613b28c3a70950398e62c
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 10 16:19:28 2016 +0100

    nginx: mirror: Let nginx choose the number of workers.
---
 hydra/nginx/mirror.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hydra/nginx/mirror.conf b/hydra/nginx/mirror.conf
index 5fd283b..cf06a09 100644
--- a/hydra/nginx/mirror.conf
+++ b/hydra/nginx/mirror.conf
@@ -1,7 +1,7 @@
 # This is the /etc/nginx/nginx.conf file for mirrors.
 
 user www-data;
-worker_processes  1;
+worker_processes auto;
 
 error_log  /var/log/nginx/error.log error;
 pid        /var/run/nginx.pid;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]