We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1900cb + e82ccc5 commit acef4d7Copy full SHA for acef4d7
deploy/nginx.conf.jinja2
@@ -82,6 +82,7 @@ http {
82
proxy_pass http://studio;
83
proxy_redirect off;
84
proxy_set_header Host $host;
85
+ proxy_read_timeout 100s;
86
}
87
88
location /content/ {
0 commit comments