From 43977b16f27784233c166ff8fc42cf8ed5c891ed Mon Sep 17 00:00:00 2001 From: Mateus Cruz Date: Wed, 7 Feb 2024 23:51:09 -0300 Subject: chore: adjust resources --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf index c005fad..9a00391 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,5 @@ events { - worker_connections 256; + worker_connections 1000; } http { -- cgit v1.2.3