From 2ebbbcf3b337c2323a5d5c4f26e73658da0871e5 Mon Sep 17 00:00:00 2001 From: Ujala Singh <59909223+ujala-singh@users.noreply.github.com> Date: Fri, 2 Feb 2024 14:37:41 +0530 Subject: [PATCH] Test (#170) (#171) --- configs/nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/nginx b/configs/nginx index cc60af0..e42f2ad 100644 --- a/configs/nginx +++ b/configs/nginx @@ -9,7 +9,7 @@ error_log /var/log/nginx/error.log; # Set the events block to define parameters affecting connection processing events { - worker_connections 800; + worker_connections 700; } # Define the HTTP server block to configure the server