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

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


The following commit(s) were added to refs/heads/DLAB-252 by this push:
     new 3f2eecc  fixed issue with timeout
3f2eecc is described below

commit 3f2eeccdb9e9fbfc16c7e331e9e4ea01c2eba256
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Mon Mar 25 18:00:58 2019 +0200

    fixed issue with timeout
---
 infrastructure-provisioning/src/edge/templates/nginx.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/edge/templates/nginx.conf 
b/infrastructure-provisioning/src/edge/templates/nginx.conf
index 2717220..6261f53 100644
--- a/infrastructure-provisioning/src/edge/templates/nginx.conf
+++ b/infrastructure-provisioning/src/edge/templates/nginx.conf
@@ -57,6 +57,7 @@ http {
         binddn "LDAP_SERVICE_USERNAME,LDAP_DN";
         binddn_passwd "LDAP_SERVICE_PASSWORD";
         require valid_user;
+        request_timeout 30s;
     }
 
     include /etc/nginx/conf.d/*.conf;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to