From b2aed14fd4a252d77b7ebaf42407472c47d1c98b Mon Sep 17 00:00:00 2001 From: Mateus Cruz Date: Mon, 5 Feb 2024 18:48:47 -0300 Subject: add logs and fix sql --- nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf index fc8933d..42d8b20 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,5 @@ events { - worker_connections 1000; + worker_connections 2000; } http { @@ -16,6 +16,7 @@ http { location / { proxy_pass http://api; + proxy_read_timeout 30; } } } -- cgit v1.2.3