From 4012e1b32718885c7aca5effdc18608a328a7b61 Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Thu, 18 Dec 2014 14:58:10 -0500 Subject: [PATCH] Fix typo on nginx nofile config. --- conf/root-base.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/root-base.conf b/conf/root-base.conf index e6be69bb3..dc8685c34 100644 --- a/conf/root-base.conf +++ b/conf/root-base.conf @@ -3,7 +3,7 @@ error_log /var/log/nginx/nginx.error.log; worker_processes 2; worker_priority -10; -worker_rlimit_nofile = 10240; +worker_rlimit_nofile 10240; user root nogroup;