Skip to content

Commit acef4d7

Browse files
authored
Merge pull request #4458 from bjester/master-nginx-timeout
Copies nginx proxy timeout configuration update
2 parents d1900cb + e82ccc5 commit acef4d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/nginx.conf.jinja2

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ http {
8282
proxy_pass http://studio;
8383
proxy_redirect off;
8484
proxy_set_header Host $host;
85+
proxy_read_timeout 100s;
8586
}
8687

8788
location /content/ {

0 commit comments

Comments
 (0)