You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2019/07/02 13:48:05 UTC

[incubator-dlab] branch DLAB-810 created (now e5ec8eb)

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

dmysakovets pushed a change to branch DLAB-810
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at e5ec8eb  [DLAB-810] Truned off proxy buffering in nginx

This branch includes the following new commits:

     new e5ec8eb  [DLAB-810] Truned off proxy buffering in nginx

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-dlab] 01/01: [DLAB-810] Truned off proxy buffering in nginx

Posted by dm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e5ec8eb358f732c8419290cb2f6ecd271eeb5a80
Author: Dyoma33 <de...@gmail.com>
AuthorDate: Tue Jul 2 16:47:50 2019 +0300

    [DLAB-810] Truned off proxy buffering in nginx
---
 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 6261f53..ae439c5 100644
--- a/infrastructure-provisioning/src/edge/templates/nginx.conf
+++ b/infrastructure-provisioning/src/edge/templates/nginx.conf
@@ -39,6 +39,7 @@ http {
     sendfile            on;
     tcp_nopush          on;
     tcp_nodelay         on;
+    proxy_buffering     off;
     keepalive_timeout   100;
     types_hash_max_size 2048;
     proxy_read_timeout 86400s;


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