Fix typo on nginx nofile config.

This commit is contained in:
Jake Moshenko 2014-12-18 14:58:10 -05:00
parent c3820b9ace
commit 4012e1b327

View file

@ -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;