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 afc04ea increased keep-alive timeout for nginx;
afc04ea is described below
commit afc04ea95237a2025b6da0422a8ac006fe9bf3fb
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Fri Mar 22 14:42:11 2019 +0200
increased keep-alive timeout for nginx;
---
infrastructure-provisioning/src/edge/templates/nginx.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure-provisioning/src/edge/templates/nginx.conf
b/infrastructure-provisioning/src/edge/templates/nginx.conf
index 07b80f2..ec348c7 100644
--- a/infrastructure-provisioning/src/edge/templates/nginx.conf
+++ b/infrastructure-provisioning/src/edge/templates/nginx.conf
@@ -39,7 +39,7 @@ http {
sendfile on;
tcp_nopush on;
tcp_nodelay on;
- keepalive_timeout 65;
+ keepalive_timeout 100;
types_hash_max_size 2048;
proxy_read_timeout 86400s;
proxy_send_timeout 86400s;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]