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; } }