Change worker_connections to 1024

This commit is contained in:
Shrikant Sharat Kandula 2022-09-14 19:53:03 +05:30 committed by GitHub
parent 7580eb9990
commit 2a55633416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ error_log $nginx_error_log info;
$(if [[ $run_as == nginx ]]; then echo "pid $nginx_pid;"; fi)
events {
worker_connections 10;
worker_connections 1024;
}
http {