Skip to content

Commit

Permalink
Merge pull request #4458 from bjester/master-nginx-timeout
Browse files Browse the repository at this point in the history
Copies nginx proxy timeout configuration update
  • Loading branch information
bjester authored Feb 27, 2024
2 parents d1900cb + e82ccc5 commit acef4d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/nginx.conf.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ http {
proxy_pass http://studio;
proxy_redirect off;
proxy_set_header Host $host;
proxy_read_timeout 100s;
}

location /content/ {
Expand Down

0 comments on commit acef4d7

Please sign in to comment.