Skip to content

Commit

Permalink
fixup! fix: increase timeout on reading upstream studio server responses
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Asor committed Nov 17, 2023
1 parent bc59935 commit ea6cbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/nginx.conf.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -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/ {
Expand Down

0 comments on commit ea6cbcc

Please sign in to comment.