6591: Suggest proxy timeouts in install doc Nginx configs.
[arvados.git] / doc / install / install-workbench-app.html.textile.liquid
index 6e91178ad007323a6705f82e9c7d8daa3b7a78c2..e4cc8a5ea7544861d5f50e1067c83d7b612d1ad1 100644 (file)
@@ -145,6 +145,8 @@ server {
   location / {
     proxy_pass            http://workbench;
     proxy_redirect        off;
+    proxy_connect_timeout 90s;
+    proxy_read_timeout    300s;
 
     proxy_set_header      X-Forwarded-Proto https;
     proxy_set_header      Host $http_host;