You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by of...@apache.org on 2020/06/02 14:32:44 UTC

[incubator-dlab] branch develop updated: [DLAB-1815] Increased proxy_read_timeout

This is an automated email from the ASF dual-hosted git repository.

ofuks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 49172e0  [DLAB-1815] Increased proxy_read_timeout
49172e0 is described below

commit 49172e0ac3d2e608f7a35429bd35098d1262ff3e
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Tue Jun 2 17:32:27 2020 +0300

    [DLAB-1815] Increased proxy_read_timeout
---
 .../src/ssn/templates/proxy_location_webapp_template.conf               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/ssn/templates/proxy_location_webapp_template.conf b/infrastructure-provisioning/src/ssn/templates/proxy_location_webapp_template.conf
index 2b949e0..38958b4 100644
--- a/infrastructure-provisioning/src/ssn/templates/proxy_location_webapp_template.conf
+++ b/infrastructure-provisioning/src/ssn/templates/proxy_location_webapp_template.conf
@@ -28,5 +28,5 @@ location / {
 
       # Fix the "It appears that your reverse proxy set up is broken" error.
       proxy_pass          https://localhost:8443;
-      proxy_read_timeout  90;
+      proxy_read_timeout  1800;
 }
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org