Increase worker connections to 1024
This commit is contained in:
parent
ccd03f11c7
commit
254cdcfda7
@ -1,3 +1,6 @@
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
http {
|
||||
gzip on;
|
||||
gzip_vary on;
|
||||
|
Loading…
Reference in New Issue
Block a user