From e19a0494bc67149871e28ecf1b7efe6769633b6e Mon Sep 17 00:00:00 2001 From: talksik Date: Fri, 18 Aug 2023 15:11:50 -0700 Subject: [PATCH] adding in timeout --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 0c52421..1457c9e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -125,5 +125,6 @@ stream { server { listen 3306; proxy_pass localhost:31792; + proxy_timeout 2s; } }