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