increase maximum connections
This commit is contained in:
parent
7c2af64380
commit
b336f664ad
@ -1,9 +1,10 @@
|
||||
user www-data;
|
||||
worker_processes auto;
|
||||
worker_rlimit_nofile 8192;
|
||||
pid /run/nginx.pid;
|
||||
|
||||
events {
|
||||
worker_connections 768;
|
||||
worker_connections 4096;
|
||||
}
|
||||
|
||||
http {
|
||||
|
Loading…
x
Reference in New Issue
Block a user