nginx: double per-worker connection and file limit
This commit is contained in:
parent
1d7e87d7d8
commit
65e1272640
@ -7,10 +7,10 @@ error_log syslog:server=unix:/dev/log,nohostname;
|
||||
error_log stderr emerg;
|
||||
|
||||
worker_processes auto;
|
||||
worker_rlimit_nofile 16384;
|
||||
worker_rlimit_nofile 32768;
|
||||
|
||||
events {
|
||||
worker_connections 4096;
|
||||
worker_connections 8192;
|
||||
}
|
||||
|
||||
http {
|
||||
|
Loading…
x
Reference in New Issue
Block a user