adding in timeout

This commit is contained in:
talksik
2023-08-18 15:11:50 -07:00
parent 81955fd782
commit e19a0494bc
+1
View File
@@ -125,5 +125,6 @@ stream {
server {
listen 3306;
proxy_pass localhost:31792;
proxy_timeout 2s;
}
}