mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 19:21:34 +08:00
worker_connections fine tuning
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
user {{ data.user }};
|
||||
pid {{ data.pid}};
|
||||
worker_processes {{ data.worker_processes }};
|
||||
worker_rlimit_nofile 409600;
|
||||
worker_rlimit_nofile 65535;
|
||||
|
||||
events {
|
||||
worker_connections 4096;
|
||||
multi_accept on;
|
||||
worker_connections 65535;
|
||||
}
|
||||
|
||||
http {
|
||||
|
Reference in New Issue
Block a user