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 <olegfuk...@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-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to