From 2a55633416db3b8f5bfeedbff4f57c8d7101f85e Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Wed, 14 Sep 2022 19:53:03 +0530 Subject: [PATCH] Change worker_connections to 1024 --- app/client/start-https.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/start-https.sh b/app/client/start-https.sh index d29d057502..07642b13c0 100755 --- a/app/client/start-https.sh +++ b/app/client/start-https.sh @@ -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 {