Fix typo on nginx nofile config.
This commit is contained in:
parent
c3820b9ace
commit
4012e1b327
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Reference in a new issue