From 1d7beb0a04ebce022fad93aa368c181709e4f9b4 Mon Sep 17 00:00:00 2001 From: "chosw1002@naver.com" Date: Tue, 16 Jan 2024 18:59:46 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20nginx=EC=9D=98=20connection=20?= =?UTF-8?q?=EC=88=98=EB=A5=BC=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx.conf b/nginx.conf index 3f3ce79..5e19a23 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,3 +1,7 @@ +events { + worker_connections 10; +} + http { upstream deploy_container { server localhost:8080;