From ed37fe7fea7d6272cf81351f1550b6e515e3d8c5 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Wed, 25 Feb 2026 13:18:12 -0700 Subject: [PATCH] updates --- nginx-lb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-lb.conf b/nginx-lb.conf index 62ef666..253ef5d 100644 --- a/nginx-lb.conf +++ b/nginx-lb.conf @@ -24,7 +24,7 @@ server { proxy_next_upstream error timeout invalid_header http_502 http_503 http_504; proxy_next_upstream_tries 1; proxy_connect_timeout 1s; - proxy_read_timeout 60s; + } location /api {