From 3bcfacb420cb704200783a21adb4af91bf6bba29 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Wed, 9 Mar 2022 00:36:10 +0300 Subject: [PATCH] nginx --- nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx.conf b/nginx.conf index 3af25c0..13304b1 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,3 +1,7 @@ +events { + worker_connections 1024; +} + http { upstream app_server { server 127.0.0.1:8000 fail_timeout=0;