From ea6cbccbc6660af14d6543907c89899648de9a90 Mon Sep 17 00:00:00 2001 From: Aron Asor Date: Thu, 16 Nov 2023 21:23:13 -0800 Subject: [PATCH] fixup! fix: increase timeout on reading upstream studio server responses --- deploy/nginx.conf.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/nginx.conf.jinja2 b/deploy/nginx.conf.jinja2 index 49d6b422ee..9f8aed7e7a 100644 --- a/deploy/nginx.conf.jinja2 +++ b/deploy/nginx.conf.jinja2 @@ -82,7 +82,7 @@ http { proxy_pass http://studio; proxy_redirect off; proxy_set_header Host $host; - proxy_read_timeout 300s; + proxy_read_timeout 100s; } location /content/ {